Skip to content

Commit fdefb58

Browse files
authored
fix(docs): fixed typo in docs (#1941)
1 parent 623826c commit fdefb58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/docs/changelog.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ icon: "list-check"
195195
- Use peerDependencies for react and react-dom
196196
- Move react and react-dom to just dependencies for better DX
197197
- Use prettier's stadalone API instead of js-beautify
198-
- Remove uncessary destructuring of react-dom/server
198+
- Remove unnecessary destructuring of react-dom/server
199199

200200
**Row 0.0.12**
201201

@@ -1184,11 +1184,11 @@ element or Head component.
11841184

11851185
**Column `0.0.2`**
11861186

1187-
- Fix default styling to accomodate `<Section>` component
1187+
- Fix default styling to accommodate `<Section>` component
11881188

11891189
**Section `0.0.2`**
11901190

1191-
- Fix default styling to accomodate `<Column>` component
1191+
- Fix default styling to accommodate `<Column>` component
11921192

11931193
## December 8, 2022
11941194

apps/docs/components/code-block.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ If you want to generate a theme from another existing prismjs theme you can do s
149149
</ResponseField>
150150

151151
<ResponseField name="code" type="string" required>
152-
The actual code to render in the code block. Just a plain string, with the proper identation included.
152+
The actual code to render in the code block. Just a plain string, with the proper indentation included.
153153
</ResponseField>
154154

155155
<Support/>

0 commit comments

Comments
 (0)