From 1d7f1793741aab9f4b0953f59009fcc5ca4acaaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Wed, 6 Dec 2017 13:13:17 -0800 Subject: [PATCH] Clarified pronunciation property --- docs/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http.md b/docs/http.md index ed750ba89..4aa58b6d1 100644 --- a/docs/http.md +++ b/docs/http.md @@ -586,7 +586,7 @@ step. - `name`: The name of the way along which travel proceeds. - `ref`: A reference number or code for the way. Optionally included, if ref data is available for the given way. -- `pronunciation`: The pronunciation hint of the way name. Will be `undefined` if there is no pronunciation hit. +- `pronunciation`: A string containing an [IPA](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet) phonetic transcription indicating how to pronounce the name in the `name` property. This property is omitted if pronunciation data is unavailable for the step. - `destinations`: The destinations of the way. Will be `undefined` if there are no destinations. - `exits`: The exit numbers or names of the way. Will be `undefined` if there are no exit numbers or names. - `mode`: A string signifying the mode of transportation.