File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs-v2/pages/components/contributing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
198198You 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
426426See [ Google
You can’t perform that action at this time.
0 commit comments