瀏覽代碼

Fix missing word in When and how to avoid using nodes for everything (#5386)

Arpit Srivastava 3 年之前
父節點
當前提交
5154959030
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/workflow/best_practices/node_alternatives.rst

+ 1 - 1
getting_started/workflow/best_practices/node_alternatives.rst

@@ -24,7 +24,7 @@ your project's features.
      though is actually a tree of :ref:`TreeItem <class_TreeItem>` Objects.
 
    - **Advantages:** Simplifying one's API to smaller scoped objects helps improve
-     its accessibility improve iteration time. Rather than working with the
+     its accessibility and improve iteration time. Rather than working with the
      entire Node library, one creates an abbreviated set of Objects from which
      a node can generate and manage the appropriate sub-nodes.