Skip to content

Commit 1552043

Browse files
Update controls/speechtotextbutton/winui-support.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <admatha@gmail.com>
1 parent 4db1fcb commit 1552043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/speechtotextbutton/winui-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To use the SpeechToTextButton on WinUI, you can use one of the following approac
2626
| ------------- | --------------- |
2727
| Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) | Create a [custom recognizer]({%slug speechtotextbutton-custom-recognizer%}) |
2828
| | Use the `RadSpeechRecognizer` |
29-
| Set the <DeviceCapability Name="microphone" /> inside the `Platforms/Windows/Package.appxmanifest` file | Set the <DeviceCapability Name="microphone" /> inside the `Platforms/Windows/Package.appxmanifest` file |
29+
| Set `<DeviceCapability Name="microphone" />` inside the `Platforms/Windows/Package.appxmanifest` file | Set `<DeviceCapability Name="microphone" />` inside the `Platforms/Windows/Package.appxmanifest` file |
3030

3131
If you want to use the `RadSpeechRecognizer` on WinUI, set the `SpeechRecognizerCreator` property of the `RadSpeechToTextButton` to `RadSpeechRecognizer`:
3232

0 commit comments

Comments
 (0)