Skip to content

Commit

Permalink
doc: fix typo in TAEF.md (#10424)
Browse files Browse the repository at this point in the history
Fixed typo.
```
enviroment -> environment
```

* [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA
  • Loading branch information
eltociear authored Jun 14, 2021
1 parent 1fcfb61 commit 52dd988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/TAEF.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you have Visual Studio and related C++ components installed, and you have suc

> Note that you cannot easily run TAEF tests directly through Visual Studio. The `Microsoft.Taef` NuGet package comes with an adapter that will let you browse and execute TAEF tests inside of Visual Studio, but its performance and reliability prevent us from recommending it here.
In a "normal" CMD environment, `te.exe` may not be directly available. Try the following command to set up the development enviroment first:
In a "normal" CMD environment, `te.exe` may not be directly available. Try the following command to set up the development environment first:

```shell
.\tools\razzle.cmd
Expand Down

0 comments on commit 52dd988

Please sign in to comment.