Skip to content

Commit 9f386cb

Browse files
authored
docs: fix typo (#468)
1 parent 019b9de commit 9f386cb

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"source.organizeImports": false,
66
"source.fixAll": true,
77
"source.fixAll.eslint": true
8-
}
8+
},
9+
"cSpell.enableFiletypes": ["mdx"]
910
}

website/docs/Contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ miscellaneous scripts we might need. There's really not much to say about these
205205

206206
#### `tests`
207207

208-
This folder holds tests for certain complex types that the mdule might have, and is especially useful for validating
208+
This folder holds tests for certain complex types that the module might have, and is especially useful for validating
209209
unions.
210210

211211
:::info

website/versioned_docs/version-0.33.0/Contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ miscellaneous scripts we might need. There's really not much to say about these
205205

206206
#### `tests`
207207

208-
This folder holds tests for certain complex types that the mdule might have, and is especially useful for validating
208+
This folder holds tests for certain complex types that the module might have, and is especially useful for validating
209209
unions.
210210

211211
:::info

website/versioned_docs/version-0.33.1/Contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ miscellaneous scripts we might need. There's really not much to say about these
205205

206206
#### `tests`
207207

208-
This folder holds tests for certain complex types that the mdule might have, and is especially useful for validating
208+
This folder holds tests for certain complex types that the module might have, and is especially useful for validating
209209
unions.
210210

211211
:::info

website/versioned_docs/version-0.33.2/Contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ miscellaneous scripts we might need. There's really not much to say about these
205205

206206
#### `tests`
207207

208-
This folder holds tests for certain complex types that the mdule might have, and is especially useful for validating
208+
This folder holds tests for certain complex types that the module might have, and is especially useful for validating
209209
unions.
210210

211211
:::info

0 commit comments

Comments
 (0)