Skip to content

Commit 1df7ca2

Browse files
authored
fix spelling per Acrolinx report
1 parent 1f46765 commit 1df7ca2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/cloud/cloud-and-web-programming-in-visual-cpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ In C++, you have several options for connecting to the web and the cloud.
2727

2828
## Windows and cross-platform networking APIs
2929

30-
- [C++ REST SDK (Codename "Casablanca")](https://github.com/Microsoft/cpprestsdk)
30+
- [C++ REST SDK (Code name "Casablanca")](https://github.com/Microsoft/cpprestsdk)
3131

3232
Provides a modern, cross-platform, asynchronous API for interacting with REST services.
3333

3434
- Perform REST calls against any HTTP server, with built-in support for JSON document parsing and serialization
3535
- Supports OAuth 1 and 2, including a local redirect listener
36-
- Make Websockets connections against remote services
37-
- A fully asynchronous task API based on PPL, including a built-in threadpool
36+
- Make WebSockets connections against remote services
37+
- A fully asynchronous task API based on PPL, including a built-in thread pool
3838

3939
Supports Windows Desktop (7+), Windows Server (2012+), Universal Windows Platform, Linux, OSX, Android, and iOS.
4040

0 commit comments

Comments
 (0)