From da826f7631154e7b0de99ac1aca1c53c114b7ede Mon Sep 17 00:00:00 2001 From: Tabah Baridule M Date: Sat, 15 Apr 2023 20:10:28 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Dale Lane --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0eed4940c..f6c619dd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ move forward. ## Breaking Change vs Non Breaking Change -Specifications are not much different than software. Some changes provided in the spec can cause breaking changes for tools that support it. For example, if one of the properties that was `required` becomes `optional`, it is considered a breaking change because some tools might depend on that property and fail if all suddenly it is not provided. +Specifications are not much different than software. Some changes provided in the spec can cause breaking changes for tools that support it. For example, if one of the properties that was `required` becomes `optional`, it is considered a breaking change because some tools might depend on that property and fail if it is not provided. _Non-breaking changes:_ - Adding a new optional property