Skip to content

Commit

Permalink
Merge pull request #15738 from julianollivieira/fix/incorrect-spellin…
Browse files Browse the repository at this point in the history
…g-text-input-docs

Fix incorrect spelling of 'BMW' in text input docs
  • Loading branch information
danharrin authored Feb 28, 2025
2 parents 9b1cfa5 + 49b31fe commit f6e3d5b
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 f6e3d5b

Please sign in to comment.