Commit 94d34fe0 authored by Karan Thakkar's avatar Karan Thakkar Committed by Commit Bot

DevTools: Fix typo in browser protocol doc

This change fixes a typo in the DOM Domain devtools protocol doc for `getSearchResults` method: sarch -> search

Change-Id: I2b98550a1f955064c56afa80f4356f1d79b8597f
Reviewed-on: https://chromium-review.googlesource.com/646806Reviewed-by: default avatarAndrey Lushnikov <lushnikov@chromium.org>
Reviewed-by: default avatarPavel Feldman <pfeldman@chromium.org>
Commit-Queue: Will Chen <chenwilliam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504828}
parent cf61daf4
...@@ -404,6 +404,7 @@ Kamil Jiwa <kamil.jiwa@gmail.com> ...@@ -404,6 +404,7 @@ Kamil Jiwa <kamil.jiwa@gmail.com>
Kamil Rytarowski <krytarowski@gmail.com> Kamil Rytarowski <krytarowski@gmail.com>
Kangil Han <kangil.han@samsung.com> Kangil Han <kangil.han@samsung.com>
Kangyuan Shu <kangyuan.shu@intel.com> Kangyuan Shu <kangyuan.shu@intel.com>
Karan Thakkar <karanjthakkar@gmail.com>
Kartikey Bhatt <kartikey@amazon.com> Kartikey Bhatt <kartikey@amazon.com>
Kaspar Brand <googlecontrib@velox.ch> Kaspar Brand <googlecontrib@velox.ch>
Kaustubh Atrawalkar <kaustubh.ra@gmail.com> Kaustubh Atrawalkar <kaustubh.ra@gmail.com>
......
...@@ -2265,7 +2265,7 @@ ...@@ -2265,7 +2265,7 @@
"returns": [ "returns": [
{ "name": "nodeIds", "type": "array", "items": { "$ref": "NodeId" }, "description": "Ids of the search result nodes." } { "name": "nodeIds", "type": "array", "items": { "$ref": "NodeId" }, "description": "Ids of the search result nodes." }
], ],
"description": "Returns search results from given <code>fromIndex</code> to given <code>toIndex</code> from the sarch with the given identifier.", "description": "Returns search results from given <code>fromIndex</code> to given <code>toIndex</code> from the search with the given identifier.",
"experimental": true "experimental": true
}, },
{ {
......
...@@ -2732,7 +2732,7 @@ ...@@ -2732,7 +2732,7 @@
"returns": [ "returns": [
{ "name": "nodeIds", "type": "array", "items": { "$ref": "NodeId" }, "description": "Ids of the search result nodes." } { "name": "nodeIds", "type": "array", "items": { "$ref": "NodeId" }, "description": "Ids of the search result nodes." }
], ],
"description": "Returns search results from given <code>fromIndex</code> to given <code>toIndex</code> from the sarch with the given identifier.", "description": "Returns search results from given <code>fromIndex</code> to given <code>toIndex</code> from the search with the given identifier.",
"experimental": true "experimental": true
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment