Skip to content

Commit e4fb93a

Browse files
committed
Fixed Typos
1 parent 895b45a commit e4fb93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ Checkout the demo file to see a working example.
111111
To display content created with the froala editor use the froala-view directive.
112112
if `myHtml` is your model, then the following will render your content.
113113
```html
114-
<div froala-view="myHtml"></div>
114+
<div froala-view="myHtml"></div>
115115
```
116116
117-
If you are using the old `ng-bind-html` that will continue to work however it still requires froala-sanitize.js to be use and not all of froala is supported with it. The update directive does __not__ require froala-sanitize.
117+
If you are using the old `ng-bind-html` that will continue to work however it still requires froala-sanitize.js to be used and not all of froala is supported with it. The updated directive does __not__ require froala-sanitize.
118118
119119
Congrats all is done!
120120

0 commit comments

Comments
 (0)