Skip to content

Commit 25b59f5

Browse files
committed
Fix a typo.
1 parent 8e92792 commit 25b59f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Field/LanguageField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function getName()
1919

2020
public function getType()
2121
{
22-
return new StrinType();
22+
return new StringType();
2323
}
2424

2525
public function getDescription()

0 commit comments

Comments
 (0)