浏览代码

Change "REST Verb" to "HTTP Verb" (#34195)

Wilder Pereira 7 年之前
父节点
当前提交
5af6ae564d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/getting-started.asciidoc

+ 1 - 1
docs/reference/getting-started.asciidoc

@@ -486,7 +486,7 @@ If we study the above commands carefully, we can actually see a pattern of how w
 
 [source,js]
 --------------------------------------------------
-<REST Verb> /<Index>/<Type>/<ID>
+<HTTP Verb> /<Index>/<Type>/<ID>
 --------------------------------------------------
 // NOTCONSOLE