aboutsummaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index d5e70e63f9..4e231aac54 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -254,7 +254,7 @@ The properties available on the assigned network address object include:
is `IPv6`)
* `cidr` {string} The assigned IPv4 or IPv6 address with the routing prefix
in CIDR notation. If the `netmask` is invalid, this property is set
- to `null`
+ to `null`.
<!-- eslint-skip -->
```js