Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spellings #197

Merged
merged 3 commits into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced/subpath/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Cloudlfare worker.

Once the worker is created, click `Configure worker`. Navigate to the worker
`Settings > Triggers`. Click on `Add Custom Domain` to add your desired domain
into the list - we reccommend you add both the version with and without `www.`
into the list - we recommend you add both the version with and without `www.`
prepended to the domain.

<Frame>
Expand Down
4 changes: 2 additions & 2 deletions content/components/icons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ icon: "icons"

The icon will be placed inline when used in a paragraph.

```markdown
<Icon icon="check" iconType="solid" /> The documentation you want, effortlessly
```markdown Inline Icon Example
<Icon icon="check" iconType="solid" /> The documentation you want, effortlessly
```

<Icon icon="check" iconType="solid" /> The documentation you want, effortlessly
Expand Down
2 changes: 1 addition & 1 deletion integrations/privacy/osano.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following to your `mint.json` file to add the [Osano](https://www.osano.

</CodeGroup>

The `SOURCE` can be found as the `src` value in the code snippet generted by Osano. It always starts with `https://cmp.osano.com/`.
The `SOURCE` can be found as the `src` value in the code snippet generated by Osano. It always starts with `https://cmp.osano.com/`.

```html Code snippet from Osano
<script src="https://cmp.osano.com/placeholder/placeholder/osano.js"/>
Expand Down