Skip to content

Commit

Permalink
docs: fixed typos from docs\jsx.md:19:16 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoothieewastaken authored Oct 28, 2023
1 parent 04f358a commit 2560af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/jsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const jsxComponentDescriptors: JsxComponentDescriptor[] = [
// the source field is used to construct the import statement at the top of the markdown document.
// it won't be actually sourced.
source: './external',
// Used to construc the property popover of the generic editor
// Used to construct the property popover of the generic editor
props: [
{ name: 'foo', type: 'string' },
{ name: 'bar', type: 'string' }
],
// wether the component has children or not
// whether the component has children or not
hasChildren: true,
Editor: GenericJsxEditor
},
Expand Down

0 comments on commit 2560af7

Please sign in to comment.