Skip to content

Commit 14a1ffc

Browse files
committed
Fix typo in docs/api/networkinterfaces/NetworkStatus.md
1 parent c67ba6c commit 14a1ffc

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)