Skip to content

Commit 47ef2bb

Browse files
committed
fix typo
1 parent b63d389 commit 47ef2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ bool connect(const char clientId[], const char username[], bool skip = false);
156156
bool connect(const char clientId[], const char username[], const char password[], bool skip = false);
157157
```
158158
159-
- If the `skip` option is set to true, the client will skip the network level connection and jump to the MQTT level connection. This option should can be used in order to establish and verify TLS connections manually before giving control to the MQTT client.
159+
- If the `skip` option is set to true, the client will skip the network level connection and jump to the MQTT level connection. This option can be used in order to establish and verify TLS connections manually before giving control to the MQTT client.
160160
- This functions returns a boolean that indicates if the connection has been established successfully.
161161
162162
Publishes a message to the broker with an optional payload:

0 commit comments

Comments
 (0)