Skip to content

Commit 5bb054f

Browse files
Amanda ButlerSeppo Takalo
authored andcommitted
Edit TLSSocket.md
Make minor edits, mostly for active voice and consistent tone across docs.
1 parent 5fc3fed commit 5bb054f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/api/networksocket/TLSSocket.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
## TLSSocket
22

3-
`TLSSocket` and `TLSSocketWrapper` are implementing TLS stream over existing `Socket` transport. Design and implementation details are explained in [Secure Socket](../reference/securesocket.html) page.
3+
`TLSSocket` and `TLSSocketWrapper` implement TLS stream over the existing `Socket` transport. You can find design and implementation details in the [SecureSocket](../reference/securesocket.html) page.
44

5-
For using secure TLS connections, application utilise the `TLSSocketWrapper` through Socket API, so existing applications and libraries should be compatible.
5+
To use secure TLS connections, the application uses the `TLSSocketWrapper` through the Socket API, so existing applications and libraries are compatible.
66

77
### TLSSocket class reference
88

99
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/class_t_l_s_socket.html)
1010

11-
### TLSSocket Example
11+
### TLSSocket example
1212

13-
TLSSocket example creates TLS connection to HTTPS server and receives a simple response from the server.
13+
The TLSSocket example creates TLS connection to the HTTPS server and receives a simple response from the server:
1414

1515
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/tree/master/TLSSocket)](https://github.com/ARMmbed/mbed-os-examples-docs_only/tree/master/TLSSocket/main.cpp)
1616

1717
### Related content
1818

19-
- [Secure Socket](../reference/securesocket.html)
19+
- [SecureSocket](../reference/securesocket.html).

0 commit comments

Comments
 (0)