This commit is contained in:
Andre Kiste 2018-10-25 15:59:02 +13:00 committed by GitHub
parent 40e542de2d
commit bed1906f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ TextField::create('MyText', 'My Text Label')
->setDescription('More <strong>detailed</strong> help');
```
Sometimes a field requires a longer description to provied the user with context. Another option you have available is making the field's description togglable. This keeps
Sometimes a field requires a longer description to provide the user with context. Another option you have available is making the field's description togglable. This keeps
the UI tidy by hiding the description until the user requests more information
by clicking the 'info' icon displayed alongside the field.