Skip to content

Commit adce8dc

Browse files
fix(typo)
1 parent b4e000d commit adce8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/usage/identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This section is dedicated to the visual and UX aspects of your Tauri application
88

99
## Icons
1010

11-
Tauri ships with an iconset based on its logo. This is probably NOT what you want when you ship your app. To rememdy this common situation, Tauri provides the `tauri icon` command that will take an input file and create all the icons needed for the various platforms. These will be placed in your `src-tauri/icons` folder where they will automatically be included in your built app.
11+
Tauri ships with an iconset based on its logo. This is probably NOT what you want when you ship your app. To remedy this common situation, Tauri provides the `tauri icon` command that will take an input file and create all the icons needed for the various platforms. These will be placed in your `src-tauri/icons` folder where they will automatically be included in your built app.
1212

1313
```
1414
local install: yarn tauri icon

0 commit comments

Comments
 (0)