From 8a9de1b3c543028fca6053df261122f21d86c3e2 Mon Sep 17 00:00:00 2001 From: Anton Paras Date: Sat, 22 Jul 2017 12:36:30 -0700 Subject: [PATCH] doc: fix typo in using-internal-errors.md Change "messasge" to "message". PR-URL: https://github.com/nodejs/node/pull/14429 Reviewed-By: Refael Ackermann Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum Reviewed-By: Daijiro Wachi Reviewed-By: Colin Ihrig Reviewed-By: Vse Mozhet Byt Reviewed-By: Gibson Fahnestock Reviewed-By: Anna Henningsen --- doc/guides/using-internal-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/using-internal-errors.md b/doc/guides/using-internal-errors.md index a91bcd65a5b4c6..3ae11e901a62ba 100644 --- a/doc/guides/using-internal-errors.md +++ b/doc/guides/using-internal-errors.md @@ -70,7 +70,7 @@ codes. ## Testing new errors When adding a new error, corresponding test(s) for the error message -formatting may also be required. If the messasge for the error is a +formatting may also be required. If the message for the error is a constant string then no test is required for the error message formatting as we can trust the error helper implementation. An example of this kind of error would be: