Skip to content

Commit 78f3ee4

Browse files
paulburlumiENikS
authored andcommitted
Fixed minor spelling mistakes and grammar (#18)
1 parent 2e94c5f commit 78f3ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static IWebHost BuildWebHost(string[] args) =>
2323
.Build();
2424
```
2525

26-
- In case Unity container configured via application configuration or by convention this container could be used to initalize service provider.
26+
- In case Unity container configured via application configuration or by convention this container could be used to initialize service provider.
2727

2828
```C#
2929
public static IWebHost BuildWebHost(string[] args) =>
@@ -44,7 +44,7 @@ public void ConfigureContainer(IUnityContainer container)
4444

4545
### Startup
4646

47-
At the moment it is not possible to resolve Startup class from Unity even if it is configured as default container. [An Issue](https://github.com/aspnet/Hosting/issues/1309) has been filed with ASPNET team to fix it. Once it is resolved it would be possible to resolve Startap class itself from the Unity container.
47+
At the moment it is not possible to resolve Startup class from Unity even if it is configured as default container. [An Issue](https://github.com/aspnet/Hosting/issues/1309) has been filed with ASPNET team to fix it. Once it is resolved it would be possible to resolve the Startup class itself from the Unity container.
4848

4949
## Examples
5050

0 commit comments

Comments
 (0)