diff --git a/doc/api/stream.md b/doc/api/stream.md index 87c43dca8c0913..c0351a3679445e 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1474,7 +1474,7 @@ added: v8.0.0 argument. The `_destroy()` method is called by [`writable.destroy()`][writable-destroy]. -It can be overriden by child classes but it **must not** be called directly. +It can be overridden by child classes but it **must not** be called directly. #### writable.\_final(callback)