Pārlūkot izejas kodu

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

Arpit Srivastava 3 gadi atpakaļ
vecāks
revīzija
22f17d24fc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tutorials/best_practices/node_alternatives.rst

+ 1 - 1
tutorials/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.