chore(misc): Spelling (#25456)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-09-29 12:34:04 -04:00
committed by GitHub
parent 041197b6df
commit 3e0c70d018
14 changed files with 73 additions and 73 deletions

View File

@@ -72,6 +72,6 @@ This is used by consumers who install the embedded sdk via npm, yarn, or other p
Webpack is used to bundle the `bundle` directory,
for use directly in the browser with no build step e.g. when importing via unpkg.
Typescript outputs type definition files to the `dist` directory.
TypeScript outputs type definition files to the `dist` directory.
Which of these outputs is used by the library consumer is determined by our package.json's `main`, `module`, and `types` fields.