diff --git a/helpers.md b/helpers.md index 21efe7c662..94a2f8e845 100644 --- a/helpers.md +++ b/helpers.md @@ -1653,7 +1653,7 @@ $number = Number::spell(10, until: 10); #### `Number::spellOrdinal()` {.collection-method} -The `Number::spellOrdinal` method returns the number's ordinal representation as a string of words: +The `Number::spellOrdinal` method returns the number's ordinal representation as a string of words: ```php use Illuminate\Support\Number;