Skip to content

Commit

Permalink
Merge pull request #71 from liixirt/main
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
NOCanoa authored Oct 22, 2024
2 parents 7391485 + 6910af3 commit 5efc854
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Welcome to **Zen Browser’s Documentation Repo!**
This site is built with [Quartz 4.0](https://quartz.jzhao.xyz/). Site content is written in Markdown format located in `content`.
If you would like to contribute see: [Getting Started with Documentation Contributions](https://docs.zen-browser.app/contribute/docs)

For local preivew:
For local preview:

```bash
npm i
Expand Down
4 changes: 2 additions & 2 deletions content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Keep in mind that the Zen Browser team is currently very small, so it might take

## Where do I recommend features?

If you want to recommend features or new ideas for zen, you can do so on the GitHub discussion page. Before submitting your request, it's mandatory to check if the issue or feature has already been reported. You can do this by searching through existing issues on the [GitHub discussions page](https://github.com/zen-browser/desktop/discussions).
If you want to recommend features or new ideas for Zen, you can do so on the GitHub discussion page. Before submitting your request, it's mandatory to check if the issue or feature has already been reported. You can do this by searching through existing issues on the [GitHub discussions page](https://github.com/zen-browser/desktop/discussions).

It may also be a good idea to see the [Zen Browser Subreddit](https://www.reddit.com/r/zen_browser/) where there are active discussions of developent. Please remmber again that the team is small and always in need of help so if you can't find a way to develop the new feature yourself it will only come once someone is available and has enough interest to build it. Careful descriptions and explanation of the point of the feaature may help.
It may also be a good idea to see the [Zen Browser Subreddit](https://www.reddit.com/r/zen_browser/) where there are active discussions of development. Please remember again that the team is small and always in need of help so if you can't find a way to develop the new feature yourself, it will only come once someone is available and has enough interest to build it. Careful descriptions and explanation of the point of the feature may help.

## How can I sync my data across multiple devices?

Expand Down
4 changes: 2 additions & 2 deletions content/guides/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This [[guides/index|guide]] is designed to help you easily find and download the
- [AppImage 🚀](https://github.com/zen-browser/desktop/releases/latest/download/zen-generic.AppImage)
- [Portable 📦 `tar.bz2`](https://github.com/zen-browser/desktop/releases/latest/download/zen.linux-generic.tar.bz2)
- [Arch User Repository 📂 `AUR`](https://aur.archlinux.org/packages/zen-browser-bin)
- [Pacstall `comunity`](https://pacstall.dev/packages/zen-browser-generic-bin)
- [Pacstall `community`](https://pacstall.dev/packages/zen-browser-generic-bin)
- [Flatpak 🌐](https://flathub.org/apps/io.github.zen_browser.zen)
```bash
flatpak install flathub io.github.zen_browser.zen
Expand Down Expand Up @@ -95,4 +95,4 @@ This [[guides/index|guide]] is designed to help you easily find and download the

- ### Intel 💽

- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/download/twilight/zen.macos-x64.dmg)
- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/download/twilight/zen.macos-x64.dmg)
2 changes: 1 addition & 1 deletion content/guides/live-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This [[guides/index|guide]] will help you customize the appearance of Zen Browse
4. Click on **Open Profile Folder**. This will open the folder where Zen Browser stores your user data.

>[!warning]
> On the flatpak version of Zen, the profile folder will be located at `~/.var/app/io.github.zen_browser.zen/.zen`.
> On the Flatpak version of Zen, the profile folder will be located at `~/.var/app/io.github.zen_browser.zen/.zen`.
## Step 2: Create the `chrome` Folder

Expand Down

0 comments on commit 5efc854

Please sign in to comment.