Fix typos in TypeScript and SCSS files

See [#5136][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5136
This commit is contained in:
Jost Schulte 2021-04-02 22:28:07 +02:00 committed by GitHub
parent d77e8804e3
commit 9823eb2201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 16 additions and 16 deletions

View file

@ -425,7 +425,7 @@ describe('link preview fetching', () => {
);
});
it('allows an explitly inline Content-Disposition header', async () => {
it('allows an explicitly inline Content-Disposition header', async () => {
const fakeFetch = stub().resolves(
makeResponse({
headers: { 'Content-Disposition': 'inline' },