Skip to content

Commit 206fd12

Browse files
fix typo Exmaple -> Example
1 parent ea492cf commit 206fd12

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed
File renamed without changes.

Mando/Mando.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mando", "Mando\Mando.csproj
44
EndProject
55
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mando.Tests", "Mando.Tests\Mando.Tests.csproj", "{9BF37CC2-3060-43BD-B152-D28B564C93F3}"
66
EndProject
7-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mando.Exmaple", "Mando.Exmaple\Mando.Exmaple.csproj", "{211F7332-1405-44D0-8E3C-8BDBA77C6338}"
7+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mando.Example", "Mando.Example\Mando.Example.csproj", "{211F7332-1405-44D0-8E3C-8BDBA77C6338}"
88
EndProject
99
Global
1010
GlobalSection(SolutionConfigurationPlatforms) = preSolution

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ internal sealed class Application(IDispatcher dispatcher) : IApplication
102102
}
103103
```
104104

105-
Checkout [Mando.Example](https://github.com/henningtandberg/Mando/tree/main/Mando/Mando.Exmaple) for a working example.
105+
Checkout [Mando.Example](https://github.com/henningtandberg/Mando/tree/main/Mando/Mando.Example) for a working example.

0 commit comments

Comments
 (0)