From d9247b62f50faf63d268d038948fdd54e9d4f4e5 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Wed, 1 Jan 2020 15:17:05 -0500 Subject: [PATCH] Fix spelling error in 'management' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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