Skip to content

Commit 9c60f67

Browse files
committed
typos
1 parent 3f548a1 commit 9c60f67

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/js-sdk/getting-started/overview.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ The JavaScript library uses several modern browser technologies, including:
2525

2626
The JavaScript library is a monorepo containing the following packages intended for client use:
2727

28-
- [**c2pa**](https://opensource.contentauthenticity.org/docs/js-sdk/api/c2pa) is the main package used for loading and verifying manifests. This package runs all of the processing
29-
logic on the client using a [WebAssembly](https://webassembly.org/) module and exposes a [TypeScript](https://www.typescriptlang.org/)-compatible API for easy integration.
28+
- [**c2pa**](https://opensource.contentauthenticity.org/docs/js-sdk/api/c2pa) is the main package used for loading and verifying manifests. This package runs all of the processing logic on the client using a [WebAssembly](https://webassembly.org/) module and exposes a [TypeScript](https://www.typescriptlang.org/)-compatible API for easy integration.
3029
- **c2pa-wc** provides UI components designed with input from the C2PA UX working group. It enables users to get up and running with standard UI patterns quickly and easily in any front-end environment.
3130
- **@contentauth/react** provides a hooks interface for React components to quickly get manifest and thumbnail data in your React app.
3231

@@ -59,7 +58,7 @@ Because of these requirements, **the library is not supported on any version of
5958
![CAI JavaScript library browser support](../../../static/img/caniuse.png)
6059

6160
:::info
62-
This chart is accurate as of June, 2024. For the most up-to-date browser support information, see [caniuse.com](https://caniuse.com/wasm,webworkers,cryptography,typedarrays,fetch).
61+
This chart is accurate as of December, 2024. For the most up-to-date browser support information, see [caniuse.com](https://caniuse.com/wasm,webworkers,cryptography,typedarrays,fetch).
6362
:::
6463

6564
## Debugging
@@ -72,7 +71,7 @@ To view debug messages in the console, use your browser's inspector, go to the C
7271
localStorage.debug = 'c2pa:*';
7372
```
7473

75-
The debuging information includes millisecond timing differences so you can get an idea of how long different events take.
74+
The debugging information includes millisecond timing differences so you can get an idea of how long different events take.
7675

7776
:::note
7877
Debug calls and statements are stripped out of minified production builds to reduce file size.

0 commit comments

Comments
 (0)