Skip to content

Commit

Permalink
Change "snap shot" to "snapshot" (#8934)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan committed Dec 5, 2022
1 parent a984e4c commit 8e37778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mixin-cache-as-bitmap/src/index.ts
Expand Up @@ -136,7 +136,7 @@ Object.defineProperties(DisplayObject.prototype, {

/**
* Set this to true if you want this display object to be cached as a bitmap.
* This basically takes a snap shot of the display object as it is at that moment. It can
* This basically takes a snapshot of the display object as it is at that moment. It can
* provide a performance benefit for complex static displayObjects.
* To remove simply set this property to `false`
*
Expand Down

0 comments on commit 8e37778

Please sign in to comment.