Fix "hashtags" in PolyGerrit router docs

The navigation params documentation and URL generation code were
inconsistent regarding the plurality of the hashtag parameter for
search. With this change, the docs are changed to be consistent with the
code.

Change-Id: Ia2fa0c67cb7b70c7efdeb9d13798ac3c24d49ce9
This commit is contained in:
Wyatt Allen
2017-08-17 17:03:47 +00:00
parent d525501b44
commit 5147e883fa

View File

@@ -30,7 +30,7 @@ limitations under the License.
// - `project`, optional, String: the project name.
// - `branch`, optional, String: the branch name.
// - `topic`, optional, String: the topic name.
// - `hashtags`, optional, Array<String>: the list of hashtags names.
// - `hashtag`, optional, String: the hashtag name.
// - `statuses`, optional, Array<String>: the list of change statuses to
// search for. If more than one is provided, the search will OR them
// together.