From 0fa8d62540dcba967b352961f289d9b4432cb470 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Thu, 26 Mar 2020 23:53:28 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20=E2=80=9Cconsistent=E2=80=9D=20ty?= =?UTF-8?q?po=20(#443)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .README/rules/require-valid-file-annotation.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 */`).