summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPengfei Ni <feiskyer@users.noreply.github.com>2017-07-09 06:46:06 +0800
committerGitHub <noreply@github.com>2017-07-09 06:46:06 +0800
commit21664808621e542deba46c4205cf359fce379b29 (patch)
treec32a03757cfabaae797087de453277901ce3e269
parent794c44c1a6c7b97be5ae9f3183bd8708fb8b4b7f (diff)
parent5aaa62fb5db133cc8918619a5b6d96bdec156bd9 (diff)
Merge pull request #791 from nstott/patch-1
fix typo, requirments -> requirements
-rw-r--r--contributors/devel/strategic-merge-patch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/strategic-merge-patch.md b/contributors/devel/strategic-merge-patch.md
index 5f139286..b79c46ba 100644
--- a/contributors/devel/strategic-merge-patch.md
+++ b/contributors/devel/strategic-merge-patch.md
@@ -339,7 +339,7 @@ patch implementation, it has been necessary to change the patch format
to support additional semantics - such as merging lists of
primitives and defining order when merging lists.
-## Requirments for any changes to the patch format
+## Requirements for any changes to the patch format
**Note:** Changes to the strategic merge patch must be backwards compatible such
that patch requests valid in previous versions continue to be valid.