From 42f96c077c0052c54d44228fdc71974bd62e54d7 Mon Sep 17 00:00:00 2001 From: Jean-Yves Perrier Date: Fri, 20 Aug 2021 15:02:34 +0200 Subject: [PATCH] Fix typo constrast->contrast --- css/types/filter-function.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/types/filter-function.json b/css/types/filter-function.json index 0eaf454cee0710..44bed96f4c420e 100644 --- a/css/types/filter-function.json +++ b/css/types/filter-function.json @@ -149,7 +149,7 @@ } } }, - "constrast": { + "contrast": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/contrast()", "spec_url": "https://drafts.fxtf.org/filter-effects/#funcdef-filter-contrast",