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
|
@ -86,7 +86,7 @@ async function fetchWithRedirects(
|
|||
}
|
||||
urlsSeen.add(nextHrefToLoad);
|
||||
|
||||
// This `await` is deliberatly inside of a loop.
|
||||
// This `await` is deliberately inside of a loop.
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
const response = await fetchFn(nextHrefToLoad, {
|
||||
...options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue