Skip to content

Commit

Permalink
Fix spelling error in Google Test C++ howto
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysoda authored Aug 25, 2018
1 parent bd9d254 commit ef93f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/test/how-to-use-google-test-for-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ef93f45

Please sign in to comment.