Browse Source

Typo correction in README

Richard Knight 6 years ago
parent
commit
0f284e362b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -40,7 +40,7 @@ export class AppModule { }
 
 ```
 
-In any component where you want to generate a form, import andthen inject the DynaformService.
+In any component where you want to generate a form, import and then inject the DynaformService.
 
 ```typescript
 import { Component } from '@angular/core';