浏览代码

Update collection-factory.md (#347)

fixed typo

collecion -> collection
Chris R 2 年之前
父节点
当前提交
b5b89aac45
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/manuals/collection-factory.md

+ 1 - 1
docs/en/manuals/collection-factory.md

@@ -107,7 +107,7 @@ Synchronous loading
       -- No factory resources are loaded when the collection factory’s
       -- parent collection is loaded. Calling create without
       -- having called load will create the resources synchronously.
-      self.go_ids = collecionfactory.create("#collectionfactory")
+      self.go_ids = collectionfactory.create("#collectionfactory")
   end
 
   function final(self)