Skip to content

Commit

Permalink
Fixed typo, improved wording (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasztan2 authored May 29, 2024
1 parent 2443a93 commit 3021ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/components/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ Below are list of filters available by default in PixiJS. There is, however, a c

Under the hood, each Filter we offer out of the box is written in both glsl (for WebGL) and wgsl (for WebGPU). This means all filters should work on both renderers.

_**Important:** Filters should be use somewhat sparingly. They can slow performance and increase memory if used too often in a scene._
_**Important:** Filters should be used somewhat sparingly. They can slow performance and increase memory usage if used too often in a scene._

0 comments on commit 3021ef9

Please sign in to comment.