Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
docs(readme): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Dec 2, 2018
1 parent 9ebb539 commit 759d2bc
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 @@ -164,7 +164,7 @@ app.config([

Angular templates provide some assurance against XSS in the form of client side sanitizing of all inputs.

Ng-quill provides the config paramter sanitize to sanitize html-strings passed as ngModel or formControl to the component.
Ng-quill provides the config paramter sanitize to sanitize html-strings passed as ngModel to the component.

It is deactivated per default to avoid stripping content or styling, which is not expected.

Expand Down

0 comments on commit 759d2bc

Please sign in to comment.