Skip to content

Commit 75962ad

Browse files
committed
Typos In Comments
1 parent 291c1e9 commit 75962ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FormFieldRegistry.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function add(FormField $field)
4747
}
4848

4949
/**
50-
* Removes a field based on the fully qualifed name and its children from the registry.
50+
* Removes a field based on the fully qualified name and its children from the registry.
5151
*/
5252
public function remove(string $name)
5353
{
@@ -64,7 +64,7 @@ public function remove(string $name)
6464
}
6565

6666
/**
67-
* Returns the value of the field based on the fully qualifed name and its children.
67+
* Returns the value of the field based on the fully qualified name and its children.
6868
*
6969
* @return FormField|FormField[]|FormField[][]
7070
*

0 commit comments

Comments
 (0)