From 9f386cb8741a5fad292b40508decd06ef28903db Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Fri, 3 Jun 2022 12:30:37 +0300 Subject: [PATCH] docs: fix typo (#468) --- .vscode/settings.json | 3 ++- website/docs/Contributing.mdx | 2 +- website/versioned_docs/version-0.33.0/Contributing.mdx | 2 +- website/versioned_docs/version-0.33.1/Contributing.mdx | 2 +- website/versioned_docs/version-0.33.2/Contributing.mdx | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cc8bbbb0..a5558c2f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "source.organizeImports": false, "source.fixAll": true, "source.fixAll.eslint": true - } + }, + "cSpell.enableFiletypes": ["mdx"] } diff --git a/website/docs/Contributing.mdx b/website/docs/Contributing.mdx index 6b5658f3..14c62900 100644 --- a/website/docs/Contributing.mdx +++ b/website/docs/Contributing.mdx @@ -205,7 +205,7 @@ miscellaneous scripts we might need. There's really not much to say about these #### `tests` -This folder holds tests for certain complex types that the mdule might have, and is especially useful for validating +This folder holds tests for certain complex types that the module might have, and is especially useful for validating unions. :::info diff --git a/website/versioned_docs/version-0.33.0/Contributing.mdx b/website/versioned_docs/version-0.33.0/Contributing.mdx index 6b5658f3..14c62900 100644 --- a/website/versioned_docs/version-0.33.0/Contributing.mdx +++ b/website/versioned_docs/version-0.33.0/Contributing.mdx @@ -205,7 +205,7 @@ miscellaneous scripts we might need. There's really not much to say about these #### `tests` -This folder holds tests for certain complex types that the mdule might have, and is especially useful for validating +This folder holds tests for certain complex types that the module might have, and is especially useful for validating unions. :::info diff --git a/website/versioned_docs/version-0.33.1/Contributing.mdx b/website/versioned_docs/version-0.33.1/Contributing.mdx index 6b5658f3..14c62900 100644 --- a/website/versioned_docs/version-0.33.1/Contributing.mdx +++ b/website/versioned_docs/version-0.33.1/Contributing.mdx @@ -205,7 +205,7 @@ miscellaneous scripts we might need. There's really not much to say about these #### `tests` -This folder holds tests for certain complex types that the mdule might have, and is especially useful for validating +This folder holds tests for certain complex types that the module might have, and is especially useful for validating unions. :::info diff --git a/website/versioned_docs/version-0.33.2/Contributing.mdx b/website/versioned_docs/version-0.33.2/Contributing.mdx index 6b5658f3..14c62900 100644 --- a/website/versioned_docs/version-0.33.2/Contributing.mdx +++ b/website/versioned_docs/version-0.33.2/Contributing.mdx @@ -205,7 +205,7 @@ miscellaneous scripts we might need. There's really not much to say about these #### `tests` -This folder holds tests for certain complex types that the mdule might have, and is especially useful for validating +This folder holds tests for certain complex types that the module might have, and is especially useful for validating unions. :::info