Skip to content

Commit 9552cc6

Browse files
Small acrolinx fix
1 parent 1829ed7 commit 9552cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/speech-synthesis-markup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ All elements from the [MathML 2.0](https://www.w3.org/TR/MathML2/) and [MathML 3
930930
> [!NOTE]
931931
> If an element is not recognized, it will be ignored, and the child elements within it will still be processed.
932932
933-
The MathML entities are not supported by XML syntax, so you must use the their corresponding [unicode characters](https://www.w3.org/2003/entities/2007/htmlmathml.json) to represent the entities, for example, the entity `©` should be represented by its unicode characters `©`, otherwise an error will occur.
933+
The MathML entities are not supported by XML syntax, so you must use the corresponding [unicode characters](https://www.w3.org/2003/entities/2007/htmlmathml.json) to represent the entities, for example, the entity `©` should be represented by its unicode characters `©`, otherwise an error will occur.
934934

935935
## Viseme element
936936

0 commit comments

Comments
 (0)