summaryrefslogtreecommitdiff
path: root/api-conventions.md
diff options
context:
space:
mode:
authorYuPengZTE <yu.peng36@zte.com.cn>2016-09-26 17:05:53 +0800
committerYuPengZTE <yu.peng36@zte.com.cn>2016-09-26 17:05:53 +0800
commitfec46af679a671d8ecf30a3b5dcb62b40c6d7272 (patch)
tree0206a73a224a0cfd4470374d5f93e61b28a0b992 /api-conventions.md
parent3e034b658318da6bfe1677fc82c50f0dde3fff0b (diff)
The VS and dot is seprated
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
Diffstat (limited to 'api-conventions.md')
-rw-r--r--api-conventions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-conventions.md b/api-conventions.md
index 4a9c6fc1..7fc2bdfc 100644
--- a/api-conventions.md
+++ b/api-conventions.md
@@ -63,7 +63,7 @@ resources](../user-guide/working-with-resources.md).*
- [List Operations](#list-operations)
- [Map Operations](#map-operations)
- [Idempotency](#idempotency)
- - [Optional vs Required](#optional-vs-required)
+ - [Optional vs. Required](#optional-vs-required)
- [Defaulting](#defaulting)
- [Late Initialization](#late-initialization)
- [Concurrency Control and Consistency](#concurrency-control-and-consistency)
@@ -658,7 +658,7 @@ exists - instead, it will either return 201 Created or 504 with Reason
allotted, and the client should retry (optionally after the time indicated in
the Retry-After header).
-## Optional vs Required
+## Optional vs. Required
Fields must be either optional or required.