Skip to content

Commit 2dd107b

Browse files
author
Amanda Butler
authored
Merge pull request #805 from mprse/NetworkStatus_typo_fix
Fix typo in docs/api/networkinterfaces/NetworkStatus.md
2 parents bdc8e09 + 14a1ffc commit 2dd107b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/networkinterfaces/NetworkStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Optionally, the application might want to set the `connect()` method to nonblock
6969
eth.connect(); // Return immediately
7070
```
7171

72-
By default, the `connect()` call blocks until `NSAPI_STATUS_GLOBAL_UP` state is reached. Some applications might require only link-ocal connectivity and therefore do not need to block that long. In those case monitoring the state changes is the preferred behavior.
72+
By default, the `connect()` call blocks until `NSAPI_STATUS_GLOBAL_UP` state is reached. Some applications might require only link-local connectivity and therefore do not need to block that long. In those case monitoring the state changes is the preferred behavior.
7373

7474
### Example
7575

0 commit comments

Comments
 (0)