Skip to content

Commit

Permalink
Merge pull request #14473 from drbyte/patch-1
Browse files Browse the repository at this point in the history
[Docs] Fix typo in 10-rich-editor.md
  • Loading branch information
danharrin authored Oct 9, 2024
2 parents 047a335 + 51a81b4 commit 17e33e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/docs/03-fields/10-rich-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RichEditor::make('content')

## Disabling Grammarly checks

If the user has Grammarly installed and you would like to it from analyzing the contents of the editor, you can use the `disableGrammarly()` method:
If the user has Grammarly installed and you would like to prevent it from analyzing the contents of the editor, you can use the `disableGrammarly()` method:

```php
use Filament\Forms\Components\RichEditor;
Expand Down

0 comments on commit 17e33e9

Please sign in to comment.