Skip to content

Commit f7f237a

Browse files
authored
C130961: Adding two spaces to create hard break-line before snippet
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: Missing hard break-line before snippet is preventing content to show properly. Please consider adding two spaces at the final of the line.
1 parent 952dafe commit f7f237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/quickstart-text-to-speech-objectivec-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In the dialogs that follow, make the following selections:
6262
## Add the sample code
6363

6464
1. Open the `helloworld.xcworkspace` workspace in Xcode.
65-
1. Replace the contents of the autogenerated `AppDelegate.m` file by:
65+
1. Replace the contents of the autogenerated `AppDelegate.m` file by:
6666
[!code-objectivec[Quickstart Code](~/samples-cognitive-services-speech-sdk/quickstart/text-to-speech/objectivec-ios/helloworld/helloworld/AppDelegate.m#code)]
6767
1. Replace the contents of the autogenerated `ViewController.m` file by:
6868
[!code-objectivec[Quickstart Code](~/samples-cognitive-services-speech-sdk/quickstart/text-to-speech/objectivec-ios/helloworld/helloworld/ViewController.m#code)]

0 commit comments

Comments
 (0)