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

docs: fix typo in docs #1419

Merged
merged 1 commit into from
Jan 8, 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 docs/docs/developer/01-overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ keywords:
The following docs are aimed at developers who want to build extensions on top of the Jan Framework.

:::tip
If you are interested to **contribute to the framework's Core SDK itself**, like adding new drivers, runtimes, and infrastracture level support, please refer to [framework docs](/docs) instead.
If you are interested to **contribute to the framework's Core SDK itself**, like adding new drivers, runtimes, and infrastructure level support, please refer to [framework docs](/docs) instead.
:::

## Extensions
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/guides/02-installation/01-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 30,7 @@ jan-mac-x64-{version}.dmg
jan-mac-arm64-{version}.dmg
```

The typical installation process taks around a minute.
The typical installation process takes around a minute.

## GitHub Releases

Expand All @@ -50,7 50,7 @@ jan-mac-arm64-{version}.zip

## Uninstall Jan

As Jan is development mode, you might get stuck on a broken build.
As Jan is in development mode, you might get stuck on a broken build.
To reset your installation

1. Delete Jan from your `/Applications` folder
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/02-installation/02-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 64,7 @@ rmdir /S jan

### Microsoft Defender

**Error: "Microsoft Defender Smartscreen prevented an unrecognized app from starting"**
**Error: "Microsoft Defender SmartScreen prevented an unrecognized app from starting"**

Windows Defender may display the above warning when running the Jan Installer, as a standard security measure.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/02-installation/04-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 70,7 @@ This will start the development server and open the desktop app. During this ste
Build the app for macOS M1/M2 for production and place the result in the dist folder

```bash
# Do step 1 and 2 in previous section
# Do step 1 and 2 in the previous section
git clone https://github.com/janhq/jan
cd jan
yarn install
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/02-installation/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ keywords:
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

In this quickstart we'll show you how to:
In this quickstart, we'll show you how to:

- Download the Jan Desktop client - Mac, Windows, Linux, (and toaster) compatible
- Download the Nightly (unstable) version
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/guides/07-troubleshooting/02-failed-to-fetch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 16,11 @@ keywords: [
]
---

You may receive a "Error Occured: Failed to Fetch" response when you first start chatting with a selected model.
You may receive an "Error occured: Failed to Fetch" response when you first start chatting with a selected model.

This may occur due to several reasons. Please follow these steps to resolve it:

1. Ensure you are on the latest version of Mac, Windows or Ubuntu OS version
1. Ensure you are on the latest version of Mac, Windows, or Ubuntu OS version

- Upgrading to the latest version has resolved this issue for most people

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/handbook/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 74,4 @@ Welcome to Jan! We’re really excited to bring you onboard.
- [ ] Github
- Communications
- [ ] Fill in your contact details [here](https://docs.google.com/spreadsheets/d/1KAxya29_wb1bEESiFJeCrOec4pCG3uA2D4_VPgAn89U/edit#gid=0)
- [ ] To make sure everyone in the remote working environment understand more about each other, we encourage you to share your `How to work with me` in the [Drive Tab](https://docs.google.com/spreadsheets/d/1KAxya29_wb1bEESiFJeCrOec4pCG3uA2D4_VPgAn89U/edit#gid=0) under your name and the Discord `Internal` channel.
- [ ] To make sure everyone in the remote working environment understands more about each other, we encourage you to share your `How to work with me` in the [Drive Tab](https://docs.google.com/spreadsheets/d/1KAxya29_wb1bEESiFJeCrOec4pCG3uA2D4_VPgAn89U/edit#gid=0) under your name and the Discord `Internal` channel.
2 changes: 1 addition & 1 deletion docs/docs/handbook/product.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 33,7 @@ We aim for a `loosely coupled, but tightly aligned` autonomous culture.

- `Milestones` track release versions. We use [semantic versioning](https://semver.org/)
- `Milestones` span ~2 weeks and have deadlines
- `Milestones` usually fit within 2 week sprint cycles
- `Milestones` usually fit within 2-week sprint cycles

[`Tasks`](https://github.com/janhq/jan/issues)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/support/support.md
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
# Support

- Bugs & requests: file a Github ticket [here](https://github.com/janhq/jan/issues)
- Bugs & requests: file a GitHub ticket [here](https://github.com/janhq/jan/issues)
- For discussion: join our Discord [here](https://discord.gg/FTk2MvZwJH)
- For business inquiries: email [email protected]
- For jobs: please email [email protected]
Loading