Forráskód Böngészése

Update collection-factory.md (#347)

fixed typo

collecion -> collection
Chris R 2 éve
szülő
commit
b5b89aac45
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)