From 126e655585e6153e6bea8ddc134de63d23a7886b Mon Sep 17 00:00:00 2001 From: Steven Yuan Date: Tue, 20 Dec 2022 13:52:04 -0500 Subject: [PATCH] Fix typo for NOTE under breaking change rules --- docs/source-1.0/spec/core/model.rst | 2 +- docs/source-2.0/spec/model.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source-1.0/spec/core/model.rst b/docs/source-1.0/spec/core/model.rst index 497a06f13c6..a9f601d87a8 100644 --- a/docs/source-1.0/spec/core/model.rst +++ b/docs/source-1.0/spec/core/model.rst @@ -2786,7 +2786,7 @@ model can use these rules to detect breaking or risky changes. assumed severity. - ``DANGER``: The change is very likely backward incompatible. - ``WARNING``: The change might be backward incompatible. - - ``NOTICE``: The change is likely ok, but should be noted during + - ``NOTE``: The change is likely ok, but should be noted during things like code reviews. * - message - ``string`` diff --git a/docs/source-2.0/spec/model.rst b/docs/source-2.0/spec/model.rst index e0e07b803f5..dca19f6c1be 100644 --- a/docs/source-2.0/spec/model.rst +++ b/docs/source-2.0/spec/model.rst @@ -1033,7 +1033,7 @@ model can use these rules to detect breaking or risky changes. assumed severity. - ``DANGER``: The change is very likely backward incompatible. - ``WARNING``: The change might be backward incompatible. - - ``NOTICE``: The change is likely ok, but should be noted during + - ``NOTE``: The change is likely ok, but should be noted during things like code reviews. * - message - ``string``