From df38a2bb31855f91e0e62d2db015760016a1e3a2 Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Tue, 10 Sep 2024 16:58:38 -0500 Subject: [PATCH] Fixed typo (#13) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08663ebe..4dd79d05 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -111,7 +111,7 @@ The generator can be run via the following script, where ` ``` -The script will automatically copy `icons/dist/dh-icons.woff` file to the `/assets` folder of the extension, but the contents of `icons/dist/dh-contributes-icons.json` has to be manually copied to the `package.json` `contributes/icons` section. +The script will automatically copy `icons/dist/dh-icons.woff2` file to the `/assets` folder of the extension, but the contents of `icons/dist/dh-contributes-icons.json` has to be manually copied to the `package.json` `contributes/icons` section. > Note: All of the icons should be consumed via the `dh-xxx` icon ids, so no code changes should be necessary unless icons have been renamed or removed. ## Implementation Notes