From f3a4be271d47398062f6c2a668286e60f6b8432c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 30 Jan 2021 09:23:30 -0800 Subject: [PATCH] Update doc/api/errors.md Co-authored-by: Derek Lewis --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 753a5cad354e04..21c31cafc1ba38 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1569,7 +1569,7 @@ which is not supported. ### `ERR_INVALID_REPL_INPUT` The input may not be used in the [`REPL`][]. The conditions under which this -error is used are describe in the [`REPL`][] documentation. +error is used are described in the [`REPL`][] documentation. ### `ERR_INVALID_RETURN_PROPERTY`