Skip to content

Commit 6fdbe31

Browse files
Correct a small formatting issue (#10339)
1 parent 0ca1cfe commit 6fdbe31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ $number = Number::spell(10, until: 10);
16531653
<a name="method-number-spell-ordinal"></a>
16541654
#### `Number::spellOrdinal()` {.collection-method}
16551655

1656-
The `Number::spellOrdinal` method returns the number's ordinal representation as a string of words:
1656+
The `Number::spellOrdinal` method returns the number's ordinal representation as a string of words:
16571657

16581658
```php
16591659
use Illuminate\Support\Number;

0 commit comments

Comments
 (0)