Ver Fonte

Docs: Updated React guide.

Maciej Bukowski há 5 anos atrás
pai
commit
77cd5f7e94
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      docs/builds/guides/frameworks/react.md

+ 2 - 2
docs/builds/guides/frameworks/react.md

@@ -123,8 +123,8 @@ class App extends Component {
 
 
 The `CKEditorContext` component supports the following properties:
 The `CKEditorContext` component supports the following properties:
 
 
-* `config` – The CKEditor5's context configuration.
-* `context` – {@link module:core/context~Context The CKEditor5 context class}.
+* `config` – The CKEditor 5 context configuration.
+* `context` – {@link module:core/context~Context The CKEditor 5 context class}.
 * `isLayoutReady` – A property that delays the editor creation when set to true. Useful when the CKEditor 5 annotations or a presence list is used.
 * `isLayoutReady` – A property that delays the editor creation when set to true. Useful when the CKEditor 5 annotations or a presence list is used.
 * `id` – The context ID. When that property changes the component restarts the context with its editor and reinitialize it based on the current configuration.
 * `id` – The context ID. When that property changes the component restarts the context with its editor and reinitialize it based on the current configuration.
 * `onReady` – A function called when the context is ready and all editors inside were initialized with the `context` instance. This callback can be called after the initialization and after restarts of editors or the context.
 * `onReady` – A function called when the context is ready and all editors inside were initialized with the `context` instance. This callback can be called after the initialization and after restarts of editors or the context.