Skip to content

Commit 7da0f8e

Browse files
Update _getFactoryInstance.md
1 parent 17715cf commit 7da0f8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/helpers/_getFactoryInstance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## _getFactoryInstance
2-
Gets a factory instance. Useful for registing templates.
2+
Gets an asset by name. Useful for registering templates.
33
``` sig
44
helpers._getFactoryInstance(null, null);
55
```
66

77
## Returns
8-
A factory instance for a given data type.
8+
an asset for a given data type.
99

1010
## Example
1111
Let us make a rendered imaage template.

0 commit comments

Comments
 (0)