Преглед изворни кода

Link to the current test in running chrome example.

Maciej Gołaszewski пре 5 година
родитељ
комит
4bab6c1ee6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      tests/manual/memory/memory.md

+ 2 - 2
tests/manual/memory/memory.md

@@ -15,7 +15,7 @@
 
 ## Notes:
 
-* Browser extensions might attach event listeners to the DOM so the safest way to run this test is by running Chrome from command line:
+* Browser extensions might attach event listeners to the DOM, so the safest way to run this test is by running Chrome from command line:
 
     ```
     google-chrome \
@@ -23,7 +23,7 @@
         --disable-extensions \
         --disable-plugins \
         --incognito \
-        http://localhost:8125 
+        http://localhost:8125/ckeditor5/tests/manual/memory/memory.html
     ```
 
     The above will run Chrome without extensions or plugins in incognito mode and open manual tests page.