Skip to content

Commit

Permalink
docs: Fix typos (#2935)
Browse files Browse the repository at this point in the history
  • Loading branch information
myznikovgleb authored Jul 20, 2023
1 parent 60a5bb0 commit 40febcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/advanced/scaling-performance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ You can define defaults like so:
### This is how you can put the system into regression
The only thing you have to do is call `regress()`. When exactly you do that, that is up to you, but it could be when when the mouse moves, or the scene is moving, for instance when controls fire their change-event.
The only thing you have to do is call `regress()`. When exactly you do that, that is up to you, but it could be when the mouse moves, or the scene is moving, for instance when controls fire their change-event.
Say you are using controls, then the following code puts the system in regress when they are active:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/v8-migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This is also supported by all cameras that you create, be it a THREE.Perspective

```jsx
import { PerspectiveCamera } from '@react-three/drei'
;<Canvas>
<Canvas>
<PerspectiveCamera makeDefault manual />
</Canvas>
```
Expand Down

0 comments on commit 40febcd

Please sign in to comment.