Skip to content

Commit

Permalink
docs: fix typo in README (#3446)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Apr 6, 2023
1 parent c2265c9 commit c787fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lwc/babel-plugin-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ const { code } = babel.transformSync(source, {
- `name` (type: `string`, optional) - name of the component, e.g. `foo` in `x/foo`.
- `namespace` (type: `string`, optional) - namepace of the component, e.g. `x` in `x/foo`.
- `isExplicitImport` (type: `boolean`, optional) - true if this is an explicit import.
- `dynamicImporta` (type: `object`, optional) - see below:
- `dynamicImports` (type: `object`, optional) - see below:
- `loader` (type: `string`, optional) - loader to use at runtime.
- `strictSpecifier` (type: `boolean`, optional) - true if a strict specifier should be used.

0 comments on commit c787fa6

Please sign in to comment.