Skip to content

Commit e08f621

Browse files
Merge pull request #53602 from Albertyang0/US-552456
Fix localization issue: prevent example output text from being translated
2 parents 7353e24 + 2cb0c63 commit e08f621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/build-first-html-webpage/includes/2-understand-terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ HTML tells the web browser what to do with the information on the page by using
3030

3131
The "strong" tags tell the browser that the text in between should be bold. It would appear as bolded text when you view it in a browser:
3232

33-
**This is bold text**
33+
**`This is bold text`**
3434

3535
### CSS
3636

0 commit comments

Comments
 (0)