Skip to content

Commit d8c54d6

Browse files
author
Amanda Butler
authored
Fix typo in NetworkStatus.md
Fix typo, as in PR #805
1 parent b60afec commit d8c54d6

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)