Skip to content

Commit 68ab4c3

Browse files
committed
docs: add about ucfirst()
1 parent 7655b89 commit 68ab4c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/concepts/factories.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ Key Type Description
126126
========== ============== ============================================================ ===================================================
127127
component string or null The name of the component (if different than the static ``null`` (defaults to the component name)
128128
method). This can be used to alias one component to another.
129-
path string or null The relative path within the namespace/folder to look for ``null`` (defaults to the component name)
130-
classes.
129+
path string or null The relative path within the namespace/folder to look for ``null`` (defaults to the component name,
130+
classes. but makes the first character uppercase)
131131
instanceOf string or null A required class name to match on the returned instance. ``null`` (no filtering)
132132
getShared boolean Whether to return a shared instance of the class or load a ``true``
133133
fresh one.

0 commit comments

Comments
 (0)