Skip to content

Commit c2ee49f

Browse files
authored
Update README.md
1 parent 3976053 commit c2ee49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-app-android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The decision logic is stored in `BaseActivity.java#onCreate` method.
4444

4545
#### Embed your app to HTML using Appetize
4646

47-
If you want [embed your application to a website using Appetize](https://docs.appetize.io/core-features/embed-your-app) you can create an `iframe` via JavaScript to provide `KontentProjectId` (and `KontentPreviewApiKey` if you want to use unpublished content) paramters.
47+
If you want [embed your application to a website using Appetize](https://docs.appetize.io/core-features/embed-your-app) you can create an `iframe` via JavaScript to provide `KontentProjectId` (and `KontentPreviewApiKey` if you want to use unpublished content) parameters.
4848

4949
```js
5050
const queryParams = new URLSearchParams(window.location.search);

0 commit comments

Comments
 (0)