From 10551397117ec25058430fcb1bd2abd166ccbcfd Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:52:01 +0900 Subject: [PATCH] Update customizing-postcss-config.md --- docs/advanced-features/customizing-postcss-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features/customizing-postcss-config.md b/docs/advanced-features/customizing-postcss-config.md index b89b4817f11c2f8..a51dd45ce2d0165 100644 --- a/docs/advanced-features/customizing-postcss-config.md +++ b/docs/advanced-features/customizing-postcss-config.md @@ -80,7 +80,7 @@ To customize browserslist, create a `browserslist` key in your `package.json` li } ``` -You can use the [browserl.ist](https://browserl.ist/?q=%3E0.3%25%2C+not+ie+11%2C+not+dead%2C+not+op_mini+all) tool to visualize what browsers you are targeting. +You can use the [browsersl.ist](https://browsersl.ist/?q=%3E0.3%25%2C+not+ie+11%2C+not+dead%2C+not+op_mini+all) tool to visualize what browsers you are targeting. ## CSS Modules