Fix spelling error in 'management'

master part_1
Kevin C. Coram 2020-01-01 15:17:05 -05:00
parent 3ddb416073
commit d9247b62f5
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Each application implements a simple contact management form, capturing simple d
## Base Line - The Single component
The [Base Line](apps/baseline) application implements the contact manangement form in a single angular component, directly using the example techniques from the [Reactive Forms](https://angular.io/guide/reactive-forms) documentation.
The [Base Line](apps/baseline) application implements the contact management form in a single angular component, directly using the example techniques from the [Reactive Forms](https://angular.io/guide/reactive-forms) documentation.
## Components Creating Own Form Controls