From 708c9a5e8cdbe10d1258f7734c41f1c8443994d1 Mon Sep 17 00:00:00 2001 From: Chris Dolan Date: Wed, 15 Aug 2018 11:02:19 -0500 Subject: [PATCH] [Cleanup] correct "machted" -> "matched". --- idl/extensions/declarative_web_request.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/idl/extensions/declarative_web_request.json b/idl/extensions/declarative_web_request.json index ad569ff7..12219f70 100644 --- a/idl/extensions/declarative_web_request.json +++ b/idl/extensions/declarative_web_request.json @@ -596,7 +596,7 @@ }, "modification": { "$ref": "declarativeWebRequest.RequestCookie", - "description": "Attributes that shall be overridden in cookies that machted the filter. Attributes that are set to an empty string are removed." + "description": "Attributes that shall be overridden in cookies that matched the filter. Attributes that are set to an empty string are removed." } } }, @@ -615,7 +615,7 @@ }, "modification": { "$ref": "declarativeWebRequest.ResponseCookie", - "description": "Attributes that shall be overridden in cookies that machted the filter. Attributes that are set to an empty string are removed." + "description": "Attributes that shall be overridden in cookies that matched the filter. Attributes that are set to an empty string are removed." } } }, @@ -707,4 +707,4 @@ } ] } -] \ No newline at end of file +]