Skip to content

Commit f66d57c

Browse files
authored
typos in README.md (#147)
1 parent fd09d35 commit f66d57c

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
@@ -21,7 +21,7 @@ dotnet add package Microsoft.NET.Test.Sdk
2121
dotnet add package YoloDev.Expecto.TestSdk
2222
```
2323

24-
In addition, it might be nesesary to disable the automatic generation of
24+
In addition, it might be necessary to disable the automatic generation of
2525
a `program.fs` file by msbuild, depending on your target framework. To do
2626
so, set `GenerateProgramFile` to false in the `fsproj` file, as seen bellow:
2727

@@ -49,7 +49,7 @@ From dotnet test cli help:
4949
> See https://aka.ms/vstest-runsettings-arguments for more information on RunSettings arguments.
5050
> Example: dotnet test -- MSTest.DeploymentEnabled=false MSTest.MapInconclusiveToFailed=True
5151
52-
Many of the [ExpectoConfig](https://github.com/haf/expecto#the-config) settings are settable throughusing the CLI or .runsettings file. This test adapter uses the naming from Expecto's [CLI arguments](https://github.com/haf/expecto#main-argv--how-to-run-console-apps) (without the leading `--`), namespaced with `Expecto.`. Additionally, any args that are switches must take a boolean value.
52+
Many of the [ExpectoConfig](https://github.com/haf/expecto#the-config) settings are settable via the CLI or using a .runsettings file. This test adapter uses the naming from Expecto's [CLI arguments](https://github.com/haf/expecto#main-argv--how-to-run-console-apps) (without the leading `--`), namespaced with `Expecto.`. Additionally, any args that are switches must take a boolean value.
5353

5454
#### RunSettings Example:
5555

0 commit comments

Comments
 (0)