Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 9, 2025
1 parent 69f7127 commit 78d48ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guides/publishing/community_cloud/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Community Cloud

Our [Communtiy Cloud](https://marimo.io/dashboard) is a free workspace
Our [Community Cloud](https://marimo.io/dashboard) is a free workspace
for creating, saving, and sharing marimo notebooks. Unlike the
[Playground](../playground.md), the Community Cloud requires a login. In
return, it lets you save noteoboks, share them using email-based authorization,
and upload a limited amount of data.

!!! note "WebAssembly notebooks only"

Currently, the Communty Cloud only allows the creation of [WebAssembly
Currently, the Community Cloud only allows the creation of [WebAssembly
notebooks](../wasm.md). These are easy to share and embed in other
web pages, but have some limitations in packages and performance.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/publishing/github_pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
## Publish manually
You can also publish an exported notebook manually, through your repostiory
You can also publish an exported notebook manually, through your repository
settings. Read [GitHub's documentation](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site) to learn more.
2 changes: 1 addition & 1 deletion docs/guides/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you want a package to be supported, consider [filing an issue](https://github
## Including data

**For notebooks exported to WASM HTML.**
To inlcude data files in notebooks [exported to WASM
To include data files in notebooks [exported to WASM
HTML](../guides/exporting/#export-to-wasm-powered-html), place them
in a `public/` folder in the same directory as your notebook. When you
export to WASM HTML, the public folder will be copied to the export directory.
Expand Down

0 comments on commit 78d48ce

Please sign in to comment.