Sfoglia il codice sorgente

Docs: Simplifies quotes.

Anna Tomanek 8 anni fa
parent
commit
9b31be994d
2 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 3 3
      docs/builds/guides/migrate.md
  2. 2 2
      docs/builds/guides/whats-new.md

+ 3 - 3
docs/builds/guides/migrate.md

@@ -9,9 +9,9 @@ category: builds-guides
 order: 30
 ---
 
-When compared to its previous versions, CKEditor 5 should be considered a totally new editor. Every single aspect of it was redesigned, from installation, to integration, to features, to its data model, and finally to its API. Therefore, moving applications using a previous version to version 5 cannot be simply called an “upgrade”. It is something bigger, so the “migration” term fits better.
+When compared to its previous versions, CKEditor 5 should be considered a totally new editor. Every single aspect of it was redesigned, from installation, to integration, to features, to its data model, and finally to its API. Therefore, moving applications using a previous version to version 5 cannot be simply called an "upgrade". It is something bigger, so the "migration" term fits better.
 
-There is no “drop in” solution for migrating. In this guide we hope to summarize the most important aspects to be taken into consideration before you proceed with installing CKEditor 5.
+There is no "drop in" solution for migrating. In this guide we hope to summarize the most important aspects to be taken into consideration before you proceed with installing CKEditor 5.
 
 Before starting, be sure that migrating is your best choice. Check {@link TODO When NOT to use CKEditor 5 Builds}?
 
@@ -44,7 +44,7 @@ Check the {@link TODO Plugins guide} for more information on the development of
 
 ## Themes (skins)
 
-In CKEditor 5, the previous concept of "skins” was reviewed and is now called “themes”.
+In CKEditor 5, the previous concept of "skins" was reviewed and is now called "themes".
 
 If you have custom skins for CKEditor 4, these skins need to be recreated for CKEditor 5. Fortunately custom theming in CKEditor 5 is much more powerful and simpler than before. For more information, check how to {@link TODO create new themes in the CKEditor 5 Framework documentation}.
 

+ 2 - 2
docs/builds/guides/whats-new.md

@@ -20,7 +20,7 @@ Inserting images into the content is now very intuitive, with all technical aspe
 
 [ TODO Animated GIF of DnD ]
 
-The outdated concept of image “alignment” was dropped in favor of image “styles”:
+The outdated concept of image "alignment" was dropped in favor of image "styles":
 
 [ TODO Animated GIF of styles ]
 
@@ -79,7 +79,7 @@ A much more efficient data model was designed for CKEditor 5. This makes the dev
 
 ## Collaborative editing
 
-Another important benefit of the custom data model is that it enables the possibility of real-time collaborative editing inside CKEditor by introducing the concepts of “operations” and “operational transformations”. Read more about {@link TODO collaboration in the CKEditor 5 Framework documentation}.
+Another important benefit of the custom data model is that it enables the possibility of real-time collaborative editing inside CKEditor by introducing the concepts of "operations" and "operational transformations". Read more about {@link TODO collaboration in the CKEditor 5 Framework documentation}.
 
 <!-- TODO 3 -->