diff --git a/docs/getting-started.md b/docs/getting-started.md
index e74f03bcacf6dfd4fff427fb4d4dd56cd50faf24..f7ed08466ab284e2ba13379ce68b8c7f1ef2f10c 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -30,7 +30,7 @@ To initialize Mirador, it needs to be attached to an existing HTML **div** throu
       $(function() {
         Mirador({
           id: "viewer",
-          data: [/* Manifests and collections here *]
+          data: [/* Manifests and collections here */]
         });
       });
     </script>