We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920e245 commit 5b271f5Copy full SHA for 5b271f5
documentation/frontend/guides/icons.md
@@ -46,7 +46,7 @@ environment and is not available in production.
46
Openverse uses
47
[svg-sprite-module](https://github.com/nuxt-community/svg-sprite-module) to
48
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`
+`frontend/src/assets/icons/raw/`. It runs when you run `just frontend/run dev`
50
or `just frontend/run build`. The module also watches the content of the
51
`frontend/src/assets/icons/raw` directory, and re-generates the sprite if you
52
add an icon there, so you don't need to re-run the app.
0 commit comments