Explorar el Código

Docs: Wording in the code editor architecture guide.

Aleksander Nowodzinski hace 7 años
padre
commit
758be83217

+ 1 - 1
docs/framework/guides/architecture/core-editor-architecture.md

@@ -176,7 +176,7 @@ mix( Command, ObservableMixin );
 ```
 
 <info-box>
-	Check out the {@link framework/guides/deep-dive/observables deep dive into observables} guide to learn more about the advanced usage of observables and see more examples.
+	Check out the {@link framework/guides/deep-dive/observables deep dive into observables} guide to learn more about the advanced usage of observables and with additional examples.
 </info-box>
 
 Besides decorating methods with events, observables allow to observe their chosen properties. For instance, the `Command` class makes its `#value` and `#isEnabled` observable by calling {@link module:utils/observablemixin~ObservableMixin#set `set()`}: