Skip to content

Commit 2875444

Browse files
committed
typo
1 parent 9c60f67 commit 2875444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js-sdk/guides/hosting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ examples of configuring popular build systems, see the [Quick start guide](../ge
4242

4343
To host the library yourself, expose the static asset files with the following response headers to avoid errors with some browsers:
4444

45-
- `c2pa/dist/assets/wasm/toolkit_bg.wasm`: Serve with `Content-Type: application/wasm` reponse header.
45+
- `c2pa/dist/assets/wasm/toolkit_bg.wasm`: Serve with `Content-Type: application/wasm` response header.
4646
- `c2pa/dist/c2pa.worker.min.js`: Serve with `Content-Type: text/javascript` response header.
4747

4848
Then pass these URLs to the `createC2pa` function; for example:

0 commit comments

Comments
 (0)