diff --git a/README.md b/README.md index b6fa7eb..c939da5 100644 --- a/README.md +++ b/README.md @@ -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