Skip to content

Commit 5b271f5

Browse files
Fixed Typo in Frontend Icons.md file (#3767)
Co-authored-by: keyurptl <shailm@itpathsolutions.com>
1 parent 920e245 commit 5b271f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/frontend/guides/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ environment and is not available in production.
4646
Openverse uses
4747
[svg-sprite-module](https://github.com/nuxt-community/svg-sprite-module) to
4848
automatically generate the SVG sprite when you add an SVG file to
49-
`frontned/src/assets/icons/raw/`. It runs when you run `just frontend/run dev`
49+
`frontend/src/assets/icons/raw/`. It runs when you run `just frontend/run dev`
5050
or `just frontend/run build`. The module also watches the content of the
5151
`frontend/src/assets/icons/raw` directory, and re-generates the sprite if you
5252
add an icon there, so you don't need to re-run the app.

0 commit comments

Comments
 (0)