diff --git a/doc/api/errors.md b/doc/api/errors.md index bb83ef1320a25d..e80dabe609400a 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -231,7 +231,7 @@ function MyError() { } // Without passing MyError to captureStackTrace, the MyError -// frame would should up in the .stack property. by passing +// frame would show up in the .stack property. By passing // the constructor, we omit that frame and all frames above it. new MyError().stack ```