Skip to content

Commit

Permalink
fix incorrect spelling of 'bmw' in text input docs
Browse files Browse the repository at this point in the history
  • Loading branch information
julianollivieira committed Feb 27, 2025
1 parent 9b1cfa5 commit 49b31fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/docs/03-fields/02-text-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You may specify [datalist](https://developer.mozilla.org/en-US/docs/Web/HTML/Ele
```php
TextInput::make('manufacturer')
->datalist([
'BWM',
'BMW',
'Ford',
'Mercedes-Benz',
'Porsche',
Expand Down

0 comments on commit 49b31fe

Please sign in to comment.