diff --git a/.README/rules/require-valid-file-annotation.md b/.README/rules/require-valid-file-annotation.md index cb2c2674..88d6ba7e 100644 --- a/.README/rules/require-valid-file-annotation.md +++ b/.README/rules/require-valid-file-annotation.md @@ -2,7 +2,7 @@ This rule validates Flow file annotations. -This rule can optionally report missing or missed placed annotations, common typos (e.g. `// @floww`), and enforce a consistant annotation style. +This rule can optionally report missing or missed placed annotations, common typos (e.g. `// @floww`), and enforce a consistent annotation style. #### Options @@ -13,7 +13,7 @@ The rule has a string option: This rule has an object option: -* `"annotationStyle"` - Enforce a consistant file annotation style. +* `"annotationStyle"` - Enforce a consistent file annotation style. * `"none"` (default): Either annotation style is accepted. * `"line"`: Require single line annotations (i.e. `// @flow`). * `"block"`: Require block annotations (i.e. `/* @flow */`). diff --git a/README.md b/README.md index 449c75ed..4900df5e 100644 --- a/README.md +++ b/README.md @@ -3724,7 +3724,7 @@ type Foo = number; This rule validates Flow file annotations. -This rule can optionally report missing or missed placed annotations, common typos (e.g. `// @floww`), and enforce a consistant annotation style. +This rule can optionally report missing or missed placed annotations, common typos (e.g. `// @floww`), and enforce a consistent annotation style. #### Options @@ -3736,7 +3736,7 @@ The rule has a string option: This rule has an object option: -* `"annotationStyle"` - Enforce a consistant file annotation style. +* `"annotationStyle"` - Enforce a consistent file annotation style. * `"none"` (default): Either annotation style is accepted. * `"line"`: Require single line annotations (i.e. `// @flow`). * `"block"`: Require block annotations (i.e. `/* @flow */`).