Skip to content

Commit c3fa374

Browse files
committed
typos
1 parent cd8c997 commit c3fa374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-v2/pages/components/contributing/guidelines.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Registry components are organized by app in the `components` directory of the
192192
`/components/twitter/sources/search-mentions/search-mentions.mjs`.
193193
- Aside from `app_slug`, words in folder and file names are separated by dashes
194194
(-) (i.e., in kebab case)
195-
- Common files (e.g., `common.mjs`, `utils.mjs`) must be placed withing a common
195+
- Common files (e.g., `common.mjs`, `utils.mjs`) must be placed within a common
196196
folder: `/common/common.mjs`.
197197

198198
You can explore examples in the [components
@@ -420,7 +420,7 @@ approach, the general pattern is:
420420
- The component module of each action would inherit/extend the `common.mjs`
421421
component by setting additional attributes (e.g. `name`, `description`, `key`,
422422
etc) and potentially redefining any inherited methods.
423-
- Common files (e.g., `common.mjs`, `utils.mjs`) must be placed withing a common
423+
- Common files (e.g., `common.mjs`, `utils.mjs`) must be placed within a common
424424
folder: `/common/common.mjs`.
425425

426426
See [Google

0 commit comments

Comments
 (0)