From 047c865e76e6367aa83cbd6c50b07b59e88e016a Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sat, 7 Sep 2019 10:27:01 +0200 Subject: [PATCH] The things you see only after yu push... --- lib/cdheaderparser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdheaderparser.ts b/lib/cdheaderparser.ts index c713e15..700357b 100644 --- a/lib/cdheaderparser.ts +++ b/lib/cdheaderparser.ts @@ -9,7 +9,7 @@ // License: MPL-2 /** - * THis typescript port was done by Nils Maier based on + * This typescript port was done by Nils Maier based on * https://github.com/Rob--W/open-in-browser/blob/83248155b633ed41bc9cdb1205042653e644abd2/extension/content-disposition.js * Special thanks goes to Rob doing all the heavy lifting and putting * it together in a reuseable, open source'd library.