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 <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
Anton Paras 2017-07-22 12:36:30 -07:00 committed by Anna Henningsen
parent 29353e5a99
commit c9e494c1f3
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -70,7 +70,7 @@ codes.
## Testing new errors ## Testing new errors
When adding a new error, corresponding test(s) for the error message 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 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 as we can trust the error helper implementation. An example of this kind of
error would be: error would be: