Skip to content

Commit 2b54353

Browse files
authored
Merge pull request #800 from franpersanchez/main
fix: typo in README.md
2 parents 0d63383 + e2d03d6 commit 2b54353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ using ElectronNET.API.Entities;
5353
var builder = WebApplication.CreateBuilder(args);
5454
builder.WebHost.UseElectron(args);
5555

56-
// Is optional, but you can use the Electron.NET API-Classes directly with DI (relevant if you wont more encoupled code)
56+
// Is optional, but you can use the Electron.NET API-Classes directly with DI (relevant if you want more encoupled code)
5757
builder.Services.AddElectron();
5858

5959
var app = builder.Build();

0 commit comments

Comments
 (0)