8
0
Maciej Gołaszewski 5 лет назад
Родитель
Сommit
ec1608bc29

+ 1 - 1
packages/ckeditor5-editor-balloon/tests/manual/memory.md

@@ -23,7 +23,7 @@
         --disable-extensions \
         --disable-plugins \
         --incognito \
-        http://localhost:8125 
+        http://localhost:8125
     ```
 
     The above will run Chrome without extensions or plugins in incognito mode and open manual tests page.

+ 1 - 1
packages/ckeditor5-editor-classic/tests/manual/memory.md

@@ -23,7 +23,7 @@
         --disable-extensions \
         --disable-plugins \
         --incognito \
-        http://localhost:8125 
+        http://localhost:8125
     ```
 
     The above will run Chrome without extensions or plugins in incognito mode and open manual tests page.

+ 1 - 1
packages/ckeditor5-editor-decoupled/tests/manual/memory.md

@@ -23,7 +23,7 @@
         --disable-extensions \
         --disable-plugins \
         --incognito \
-        http://localhost:8125 
+        http://localhost:8125
     ```
 
     The above will run Chrome without extensions or plugins in incognito mode and open manual tests page.

+ 1 - 1
packages/ckeditor5-editor-inline/tests/manual/memory.md

@@ -23,7 +23,7 @@
         --disable-extensions \
         --disable-plugins \
         --incognito \
-        http://localhost:8125 
+        http://localhost:8125
     ```
 
     The above will run Chrome without extensions or plugins in incognito mode and open manual tests page.