Skip to content

Commit

Permalink
DOC-2592: Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
FarzadHayat committed Dec 6, 2024
1 parent bc8fe36 commit 0e6ba3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/a11ychecker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For example:
tinymce.init({
selector: 'textarea',
plugins: 'a11ychecker',
toolbar: 'a11ycheck',
toolbar: 'a11ycheck'
});
----

Expand Down

0 comments on commit 0e6ba3e

Please sign in to comment.