浏览代码

Docs: Wording.

Aleksander Nowodzinski 7 年之前
父节点
当前提交
b15ea07bef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/framework/guides/architecture/core-editor-architecture.md

+ 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 with additional examples.
+	Check out the {@link framework/guides/deep-dive/observables deep dive into observables} guide to learn more about the advanced usage of observables with some 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()`}: