Skip to content

Commit

Permalink
docs: typo in README: "scencil" to "stencil" (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
davcri committed Jul 14, 2022
1 parent c7fa011 commit a5c75f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@ This component allows you to render a live scene into a texture which you can th
<a href="https://codesandbox.io/s/z3f2mw"><img width="20%" src="https://codesandbox.io/api/v1/sandboxes/z3f2mw/screenshot.png" alt="Demo"/></a>
</p>

Masks use the scencil buffer to cut out areas of the screen. This is usually cheaper as it doesn't require double renders or createPortal.
Masks use the stencil buffer to cut out areas of the screen. This is usually cheaper as it doesn't require double renders or createPortal.

```tsx
<Mask
Expand Down

1 comment on commit a5c75f9

@vercel
Copy link

@vercel vercel bot commented on a5c75f9 Jul 14, 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.