Skip to content

Commit

Permalink
docs: correct spelling of ratio (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokhuong-uon committed Oct 16, 2022
1 parent bd1c26b commit cced45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -223,7 +223,7 @@ You can also give it children, which will now occupy the same position as the ca
</PerspectiveCamera>
```

You can also drive it manually, it won't be responsive and you have to calculate aspect ration yourself.
You can also drive it manually, it won't be responsive and you have to calculate aspect ratio yourself.

```jsx
<PerspectiveCamera manual aspect={...} onUpdate={(c) => c.updateProjectionMatrix()}>
Expand Down

1 comment on commit cced45e

@vercel
Copy link

@vercel vercel bot commented on cced45e Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.