Skip to content

Commit a92612b

Browse files
authored
Merge pull request #108 from makeplane/preview
Fixed typos on Quickstart page
2 parents 4d0111d + 12b54b6 commit a92612b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

introduction/quickstart.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This section helps you get comfortable with Plane and find your way
55
---
66
### What is Plane?
77

8-
Plane is a simple, extensible, open source project and product management tool. It allows users to start with a basic task tracking tool and gradually adopt various project management frameworks like Agile, Waterfall, and many more.
8+
Plane is a simple, extensible, open-source project and product management tool. It allows users to start with a basic task-tracking tool and gradually adopt various project management frameworks like Agile, Waterfall, and many more.
99

1010
These frameworks come pre-built in Plane, making it easy for teams to switch, mix, or customize methodologies to suit their needs and preferences. Additionally, Plane boasts a stunning and elegant interface, which further enhances the user experience and overall aesthetics.
1111

@@ -19,7 +19,7 @@ Setting up Plane with Plane Cloud is just a matter of signing up for a new accou
1919

2020
#### Self-hosted
2121

22-
If you prefer to self-host Plane on your own machine, you can do so using Docker. However, please note that you'll need to add additional configurations for email, authentication, and storage services. Plane is open-sourced under AGPL-3.0, and currently, we support self-hosting Plane using Docker. For detailed instructions, please refer to the [self-hosting](/self-hosting/overview) section.
22+
If you prefer to self-host Plane on your machine, you can do so using Docker. However, please note that you'll need to add additional configurations for email, authentication, and storage services. Plane is open-sourced under AGPL-3.0, and currently, we support self-hosting Plane using Docker. For detailed instructions, please refer to the [self-hosting](/self-hosting/overview) section.
2323

2424
<Tip>We are also working on making the self-hosting process smoother by introducing easy deployment methods on popular PaaS tools such as Heroku, Render, DigitalOcean, Railway, and more. If you wish to request any other configuration, please raise a feature request on our [GitHub](https://github.com/makeplane/plane).</Tip>
2525

@@ -33,7 +33,7 @@ If you have signed up for the first time, the first step in Plane is to create a
3333

3434
- If you are part of a team, you can invite your team members to the workspace before you can begin.
3535

36-
- If you are using Plane for personal use, you can skip the invitation part and be directly redirect to the workspace.
36+
- If you are using Plane for personal use, you can skip the invitation part and be directly redirected to the workspace.
3737

3838
<Tip>During the onboarding process, the invited users will be assigned a **Viewer** role by default. You can adjust the permissions of invited users for your project in the workspace or project settings page based on your specific. </Tip>
3939

@@ -45,7 +45,7 @@ After signing up or signing in to a workspace, you will be redirected to the Das
4545

4646
Think of each workspace on Plane as a home for your content. Ideally, you can consider a workspace as a different company or organization you work with.
4747

48-
- Inside, workspace, you can create projects as an individual, or invite collaborators to share a workspace as a team - it's up to you!
48+
- Inside the workspace, you can create projects as an individual, or invite collaborators to share a workspace as a team - it's up to you!
4949

5050
<Tip>When you sign up for the first time, we'll prompt you to create a new workspace. If you're invited to join, you can directly join the workspace without creating a new one.</Tip>
5151

@@ -62,11 +62,11 @@ Projects let you manage teams and issues within your Workspace. After creating y
6262

6363
In Plane, an issue is a task or piece of work. It could be small, like _Update the primary color to blue_, or large, like _Building GitHub integration on plane_. It all depends on how you and your team decide to break down your work into issues.
6464

65-
Issues are identified by a project-specific and unique number (Example, `VIH-19`), and they must be provided with a title and a state. All the other properties and relations are optional, know more about there [here](/introduction/quickstart).
65+
Issues are identified by a project-specific and unique number (Example, `VIH-19`), and they must be provided with a title and a state. All the other properties and relations are optional, know more about them [here](/introduction/quickstart).
6666

6767
<Tip>You can create issues by clicking on the `New Issue` button in the right-hand corner of your project, or by using `C` shortcut.</Tip>
6868

69-
There's lot more about Issues, learn about them [here](/core-concepts/issues).
69+
There's a lot more about Issues, learn about them [here](/core-concepts/issues).
7070

7171
### Creating Cycles
7272

@@ -78,7 +78,7 @@ A cycle is a group of issues with a custom time period in which a team works to
7878

7979
- Bulk operations are supported--you can add or update multiple issues to cycles at once.
8080

81-
- You can't update issues after a cycle is completed, however the pendind issues can be transffered to a new or upcoming cycle.
81+
- You can't update issues after a cycle is completed, however, the pending issues can be transferred to a new or upcoming cycle.
8282

8383

8484
### Creating Modules

0 commit comments

Comments
 (0)