Skip to content

Commit 4830fe4

Browse files
committed
Typo
1 parent f7b5bec commit 4830fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $portmanteaus = $word->portmanteaus();
3535
$numberOfSyllables = $word->syllables(); // Returns an integer
3636
$isOffensive = $word->offensive(); // Returns true/false
3737
$plural = $word->plural(); // Returns `Word` object
38-
$singular = $word->singular; // Returns `Word` object
38+
$singular = $word->singular(); // Returns `Word` object
3939
```
4040

4141
Most methods will return an array of `Word` objects, unless specified otherwise.

0 commit comments

Comments
 (0)