Skip to content
Merged

fixtypo #3589

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/Demo/Shared/wwwroot/docs/IconsAndEmoji.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dotnet add package Microsoft.FluentUI.AspNetCore.Components.Icons
To use the **Fluent UI Emoji** in your application, you need to install the [Microsoft.FluentUI.AspNetCore.Components.Emojis](https://www.nuget.org/packages/Microsoft.FluentUI.AspNetCore.Components.Emoji/) NuGet package in the project which is using the main library.

```shell
dotnet add package Microsoft.FluentUI.AspNetCore.Components.Emojis
dotnet add package Microsoft.FluentUI.AspNetCore.Components.Emoji
```


Expand Down
Loading