File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ icon: "list-check"
195
195
- Use peerDependencies for react and react-dom
196
196
- Move react and react-dom to just dependencies for better DX
197
197
- 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
199
199
200
200
** Row 0.0.12**
201
201
@@ -1184,11 +1184,11 @@ element or Head component.
1184
1184
1185
1185
** Column ` 0.0.2 ` **
1186
1186
1187
- - Fix default styling to accomodate ` <Section> ` component
1187
+ - Fix default styling to accommodate ` <Section> ` component
1188
1188
1189
1189
** Section ` 0.0.2 ` **
1190
1190
1191
- - Fix default styling to accomodate ` <Column> ` component
1191
+ - Fix default styling to accommodate ` <Column> ` component
1192
1192
1193
1193
## December 8, 2022
1194
1194
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ If you want to generate a theme from another existing prismjs theme you can do s
149
149
</ResponseField >
150
150
151
151
<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.
153
153
</ResponseField >
154
154
155
155
<Support />
You can’t perform that action at this time.
0 commit comments