浏览代码

Docs: Minor fixes in Basic API guide. [skip ci]

Anna Tomanek 7 年之前
父节点
当前提交
31d23dedff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/builds/guides/integration/basic-api.md

+ 1 - 1
docs/builds/guides/integration/basic-api.md

@@ -18,7 +18,7 @@ Each CKEditor 5 **build** provides a different **editor class** that handles the
 Most of the examples in the documentation use the `ClassicEditor` class, but things should work in a similar way with other builds.
 
 <info-box>
-	A CKEditor 5 build compiles a specific editor class and a set of plugins. Using builds is the simplest way to include editor in your application, but you can also {@link builds/guides/integration/advanced-setup#scenario-2-building-from-source use the editor classes and plugins directly} for grater flexibility.
+	A CKEditor 5 build compiles a specific editor class and a set of plugins. Using builds is the simplest way to include the editor in your application, but you can also {@link builds/guides/integration/advanced-setup#scenario-2-building-from-source use the editor classes and plugins directly} for greater flexibility.
 </info-box>
 
 ## Creating an editor