Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Fixed a typo on **Configuration** code example.
  • Loading branch information
JellyBool authored Oct 23, 2019
1 parent cfe8da4 commit af68ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use Silvanite\NovaFieldCheckboxes\Checkboxes;
Checkboxes::make('Permissions')->options([
1 => 'Access Admin UI',
2 => 'Manage Users',
]->withoutTypeCasting()),
])->withoutTypeCasting(),
```

You can also customise the number of columns in which options will be displayed by calling `columns()`
Expand Down

0 comments on commit af68ed3

Please sign in to comment.