Procházet zdrojové kódy

Fixed manual test description.

Oskar Wrobel před 9 roky
rodič
revize
4f560b32f1
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      packages/ckeditor5-typing/tests/tickets/40/40.md

+ 2 - 2
packages/ckeditor5-typing/tests/tickets/40/40.md

@@ -4,13 +4,13 @@
 ### Issue [#40](https://github.com/ckeditor/ckeditor5-typing/issues/40) manual test
 ### Issue [#40](https://github.com/ckeditor/ckeditor5-typing/issues/40) manual test
 
 
  - select fragment of Heading and Paragraph,
  - select fragment of Heading and Paragraph,
- ```javascript
+ ```html
  <h2>Head{ing</h2>
  <h2>Head{ing</h2>
  <p>Parag}raph</p>
  <p>Parag}raph</p>
  ```
  ```
  - delete selected text.
  - delete selected text.
 
 
 Expected result:
 Expected result:
-```
+```html
 <h2>Head{}raph</h2>
 <h2>Head{}raph</h2>
 ```
 ```