Fix typos in TypeScript and SCSS files
See [#5136][0]. [0]: https://github.com/signalapp/Signal-Desktop/pull/5136
This commit is contained in:
parent
d77e8804e3
commit
9823eb2201
12 changed files with 16 additions and 16 deletions
|
@ -17,7 +17,7 @@ type AnimatedPngData = {
|
|||
* 2. If so, does it contain the [`acTL` chunk][1] before the [`IDAT` chunk][2], in the
|
||||
* first megabyte?
|
||||
*
|
||||
* Though we _could_ only check for the precense of the `acTL` chunk anywhere, we make
|
||||
* Though we _could_ only check for the presence of the `acTL` chunk anywhere, we make
|
||||
* sure it's before the `IDAT` chunk and within the first megabyte. This adds a small
|
||||
* amount of validity checking and helps us avoid problems with large PNGs.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue