diff --git a/articles/cognitive-services/Speech-Service/speech-synthesis-markup.md b/articles/cognitive-services/Speech-Service/speech-synthesis-markup.md
index 28bb322c49fc2..e61f58462b944 100644
--- a/articles/cognitive-services/Speech-Service/speech-synthesis-markup.md
+++ b/articles/cognitive-services/Speech-Service/speech-synthesis-markup.md
@@ -768,7 +768,7 @@ The following content types are supported for the `interpret-as` and `format` at
| `characters`, `spell-out` | | The text is spoken as individual letters (spelled out). The speech synthesis engine pronounces:
`test`
As "T E S T." |
| `cardinal`, `number` | None| The text is spoken as a cardinal number. The speech synthesis engine pronounces:
`There are 10 options`
As "There are ten options."|
| `ordinal` | None | The text is spoken as an ordinal number. The speech synthesis engine pronounces:
`Select the 3rd option`
As "Select the third option."|
-| `digits`, `number_digit` | None | The text is spoken as a sequence of individual digits. The speech synthesis engine pronounces:
`123456789`
As "1 2 3 4 5 6 7 8 9." |
+| `number_digit` | None | The text is spoken as a sequence of individual digits. The speech synthesis engine pronounces:
`123456789`
As "1 2 3 4 5 6 7 8 9." |
| `fraction` | None | The text is spoken as a fractional number. The speech synthesis engine pronounces:
`3/8 of an inch`
As "three eighths of an inch." |
| `date` | dmy, mdy, ymd, ydm, ym, my, md, dm, d, m, y | The text is spoken as a date. The `format` attribute specifies the date's format (*d=day, m=month, and y=year*). The speech synthesis engine pronounces:
`Today is 10-19-2016`
As "Today is October nineteenth two thousand sixteen." |
| `time` | hms12, hms24 | The text is spoken as a time. The `format` attribute specifies whether the time is specified by using a 12-hour clock (hms12) or a 24-hour clock (hms24). Use a colon to separate numbers representing hours, minutes, and seconds. Here are some valid time examples: 12:35, 1:14:32, 08:15, and 02:50:45. The speech synthesis engine pronounces:
`The train departs at 4:00am`
As "The train departs at four A M." |