diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/modules/client/org/arangodb/tutorial.js b/js/apps/system/_admin/aardvark/APP/frontend/js/modules/client/org/arangodb/tutorial.js index 662f72d235..84c9ca6e14 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/modules/client/org/arangodb/tutorial.js +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/modules/client/org/arangodb/tutorial.js @@ -77,7 +77,7 @@ var lessons = [ }, { title: "Creating Documents", - text: "Now we have a collection, but it is still empty. So let's create some documents!\n\n" + + text: "Now we have a collection, but it is empty. So let's create some documents!\n\n" + " db.places.save({ _key : \"foo\", city : \"foo-city\" });\n" + " for (i = 0; i <= 10; i++) { db.places.save({ _key: \"example\" + i, zipcode: i }) };" },