From 93876510bab4c2b887a5fc81fce029fbea8472d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 30 Dec 2019 16:52:59 -0300 Subject: [PATCH] Typo fixed on paragraph 10 (#398) --- docs/developers/windows-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/windows-build.md b/docs/developers/windows-build.md index 8dd0e4b..4d8c4da 100644 --- a/docs/developers/windows-build.md +++ b/docs/developers/windows-build.md @@ -7,6 +7,6 @@ Building NimbusML from source on Windows ## Build Run `build.cmd` -This downloads dependencies (.NET SDK, specific versions of Python and Boost), builds native code and managed code, and packages NimbusML into a pip-installable wheel. This produces debug binaries by default, and release versions can be specified by `build.cmd --configuration RlsWinPy3.7` for examle. +This downloads dependencies (.NET SDK, specific versions of Python and Boost), builds native code and managed code, and packages NimbusML into a pip-installable wheel. This produces debug binaries by default, and release versions can be specified by `build.cmd --configuration RlsWinPy3.7` for example. For additional options including running tests and building components independently, see `build.cmd -?`.