diff --git a/docs/test/how-to-use-google-test-for-cpp.md b/docs/test/how-to-use-google-test-for-cpp.md index 259aea87cdd..59cd5d62607 100644 --- a/docs/test/how-to-use-google-test-for-cpp.md +++ b/docs/test/how-to-use-google-test-for-cpp.md @@ -12,7 +12,7 @@ author: mikeblome --- # How to use Google Test for C++ in Visual Studio -In **Visual Studio 2017 version 15.5** and later, Google Test is integrated into the Visual Studio IDE as a default component of the **Desktop Develoment with C++** workload. To verify that it is installed on your machine, open the Visual Studio Installer and find Google Test under the list of workload components: +In **Visual Studio 2017 version 15.5** and later, Google Test is integrated into the Visual Studio IDE as a default component of the **Desktop Development with C++** workload. To verify that it is installed on your machine, open the Visual Studio Installer and find Google Test under the list of workload components: ![Install Google Test](media/cpp-google-component.png)