diff --git a/doc/api/stream.md b/doc/api/stream.md index fe7a9a8f3036cb..222f8dbd49ee67 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1505,7 +1505,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)