Commit f6fd4d84 authored by Robert Knight's avatar Robert Knight

s/Setup/Set up

parent 1ec96f0b
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
} }
}; };
// Setup document links whose URLs have a randomly generated suffix parameter. // Set up links whose URLs should have a randomly generated suffix.
const randomizedLinks = Array.from(document.querySelectorAll('.js-randomize-url')); const randomizedLinks = Array.from(document.querySelectorAll('.js-randomize-url'));
for (let link of randomizedLinks) { for (let link of randomizedLinks) {
const randomizeUrl = () => { const randomizeUrl = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment