Skip to content

Commit

Permalink
Fixed typo (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Sep 17, 2024
1 parent 3acfd9b commit df38a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The generator can be run via the following script, where `<path-to-dh-icons-dire
npm run icon:gen -- <path-to-dh-icons-directory>
```
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
Expand Down

0 comments on commit df38a2b

Please sign in to comment.