summaryrefslogtreecommitdiff
path: root/doc/guides/using-internal-errors.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/using-internal-errors.md')
-rw-r--r--doc/guides/using-internal-errors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/using-internal-errors.md b/doc/guides/using-internal-errors.md
index d22fc68e0f..77eabb4ad4 100644
--- a/doc/guides/using-internal-errors.md
+++ b/doc/guides/using-internal-errors.md
@@ -14,7 +14,7 @@ in the ecosystem. For that reason, Node.js has considered error message changes
to be breaking changes. By providing a permanent identifier for a specific
error, we reduce the need for userland code to inspect error messages.
-*Note*: Switching an existing error to use the `internal/errors` module must be
+Switching an existing error to use the `internal/errors` module must be
considered a `semver-major` change.
## Using internal/errors.js