Skip to content

Commit

Permalink
Fix: typos (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Jul 10, 2023
1 parent 9e48228 commit 7c5423c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
The website is built with [Nextra framework](https://nextra.site/).
The site is deployed on and served by [Vercel](https://vercel.com/).

## Dependecise and Development
## Dependencies and Development

It is recommended to use [pnpm](https://pnpm.io/).

To install dependencise:
To install dependencies:
```
pnpm install
```
Expand All @@ -25,7 +25,7 @@ All editable pages are under `/pages/`.
├── blog // all the Blog Posts go into here
│   ├── post_name.en-US.mdx // this is a post in English
│   ├── post_name.zh-CN.mdx // this is a post in Chinese
├── blog-template // here you can find a blog post template with necessary metadat and post header
├── blog-template // here you can find a blog post template with necessary metadata and post header
│   └── post-template.en-US.mdx
├── docs // all the documentations are in here; they should be nested with folder structures
│   ├── _meta.en-US.json // each of the folders in the docs should contain a _meta.json file with locale in the file name
Expand Down

0 comments on commit 7c5423c

Please sign in to comment.