Explorar o código

Update 'src/app/dynaform/services/dynaform.service.ts'

Minor corrections to comments
Richard Knight %!s(int64=6) %!d(string=hai) anos
pai
achega
be0661b11c
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/app/dynaform/services/dynaform.service.ts

+ 4 - 4
src/app/dynaform/services/dynaform.service.ts

@@ -3,7 +3,7 @@
 Dynaform Service, exposing 8 public methods
 ===========================================
 
-build(model, meta) - takes a model and (lazy)metadata and returns aa an objevt { form: FormGroup, meta: ModeledMetaData }
+build(model, meta) - takes a model and (lazy)metadata and returns an object { form: FormGroup, meta: ModeledMetaData }
 autoBuildFormGroupAndMeta(model, meta) - synonym for build
 autoBuildModeledMeta(model, meta) - takes a model and (lazy)metadata and returns expanded metadata
 
@@ -16,8 +16,8 @@ autoMeta(model) - generate basic metadata from a raw or mapped model, recursivel
 
 NOTES
 -----
-This class acts as am injectable wraper around the exports of meta-utils.ts,
-and creates a buildFormGroup function using the injected FormBuilder singleton
+This class acts as an injectable wraper around the exports of meta-utils.ts,
+as well as creating a buildFormGroup function using the injected FormBuilder singleton
 
 
 USAGE
@@ -29,7 +29,7 @@ TO ADD ...
 EXAMPLES
 --------
 
-Given ... TO ADD ...
+TO ADD ...
 
 */