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 authored and bigtimebuddy committed Dec 12, 2022
1 parent bc0a0f4 commit 53ee47c
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 @@ -129,7 +129,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 53ee47c

Please sign in to comment.