diff --git a/docs/documentation/Guides/xtd.tunit/Overview/tunit_overview.md b/docs/documentation/Guides/xtd.tunit/Overview/tunit_overview.md index d18db10c2f96..60b58f344554 100644 --- a/docs/documentation/Guides/xtd.tunit/Overview/tunit_overview.md +++ b/docs/documentation/Guides/xtd.tunit/Overview/tunit_overview.md @@ -68,7 +68,7 @@ You can execute your [xtd.tunit](https://gammasoft71.github.io/xtd/reference_gui Run "Command prompt", go to the buid directory of the project (`unit_test_project2\build\Debug`) and type the following line : ```shell -unit_test_rpoject2 +unit_test_porject2 ``` ### On macOS and Linux @@ -76,7 +76,7 @@ unit_test_rpoject2 Run "Terminal", go to the buid directory of the project (`unit_test_project2/build/Debug`) and type the following line : ```shell -./unit_test_rpoject2 +./unit_test_project2 ``` ### Output