mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix typo
This commit is contained in:
parent
40e542de2d
commit
bed1906f73
@ -17,7 +17,7 @@ TextField::create('MyText', 'My Text Label')
|
|||||||
->setDescription('More <strong>detailed</strong> help');
|
->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
|
the UI tidy by hiding the description until the user requests more information
|
||||||
by clicking the 'info' icon displayed alongside the field.
|
by clicking the 'info' icon displayed alongside the field.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user