Skip to content

Commit

Permalink
chore: docs types typos (#309)
Browse files Browse the repository at this point in the history
* docs: fix typos

* docs: fix getting-started types typo
  • Loading branch information
alvarosabu authored Jun 19, 2023
1 parent 20a5b9e commit 2ba6b2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ TresJS is written in Typescript and it's fully typed. If you are using Typescrip
::: code-group

```bash [npm]
npm install @three/types -D
npm install @types/three -D
```

```bash [yarn]
yarn add @three/types -D
yarn add @types/three -D
```

```bash [pnpm]
pnpm add @three/types -D
pnpm add @types/three -D
```

:::
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ TresJS is written in Typescript and it's fully typed. If you are using Typescrip
::: code-group

```bash [npm]
npm install @three/types -D
npm install @types/three -D
```

```bash [yarn]
yarn add @three/types -D
yarn add @types/three -D
```

```bash [pnpm]
pnpm add @three/types -D
pnpm add @types/three -D
```

:::
Expand Down

0 comments on commit 2ba6b2f

Please sign in to comment.