Skip to content

Commit 347fa55

Browse files
update froala.component.ts reference (#556)
1 parent 3853c0c commit 347fa55

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
@@ -551,7 +551,7 @@ public options: Object = {
551551
}
552552
```
553553

554-
Aditional option is used:
554+
Additional option is used:
555555
* **immediateAngularModelUpdate**: (default: false) This option synchronizes the angular model as soon as a key is released in the editor. Note that it may affect performances.
556556

557557

@@ -622,7 +622,7 @@ If you want to use two-way binding to display the form model in other places you
622622
</form>
623623
```
624624

625-
If you want to wrap froalaEditor directive into a component that supports reactive forms please see [froala.component.ts](https://github.com/froala/angular-froala-wysiwyg/blob/master/demo/src/app/froala.component.ts) from demo.
625+
If you want to wrap froalaEditor directive into a component that supports reactive forms please see [froala.component.ts](https://github.com/froala/angular-froala-wysiwyg/blob/master/projects/demo/src/app/froala.component.ts) from demo.
626626

627627
### Extend functionality
628628

0 commit comments

Comments
 (0)