summaryrefslogtreecommitdiff
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 dca9b266f7..e77238021c 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -453,7 +453,7 @@ The following signal constants are exported by `os.constants.signals`:
<tr>
<td><code>SIGILL</code></td>
<td>Sent to a process to notify that it has attempted to perform an illegal,
- malformed, unknown or privileged instruction.</td>
+ malformed, unknown, or privileged instruction.</td>
</tr>
<tr>
<td><code>SIGTRAP</code></td>