Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 0b7ec2a

Browse files
alvinthenfacebook-github-bot
authored andcommitted
Update Advanced-Topics-Inline-Styles.md (#1902)
Summary: **Summary** Fix the Hello World words which did not rendered properly on the docs site. **Test Plan** Before ![image](https://user-images.githubusercontent.com/771989/46931399-8e330d80-d07d-11e8-828d-e74c52724d7a.png) After ![image](https://user-images.githubusercontent.com/771989/46931423-a3a83780-d07d-11e8-8ada-4468acff26cf.png) Pull Request resolved: #1902 Differential Revision: D10378437 fbshipit-source-id: e264eadc2dd9fd9e5b660b806e9769a002c08778
1 parent 20a0f73 commit 0b7ec2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Advanced-Topics-Inline-Styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In essence, our styles are:
4141
## Overlapping Styles
4242

4343
Now let's say that we wish to make the middle range of characters italic as well:
44-
"He_llo **wo**_**rld**". This operation can be performed via the
44+
He*llo* ***wo*rld**. This operation can be performed via the
4545
[Modifier](/docs/api-reference-modifier.html) API.
4646

4747
The end result will accommodate the overlap by including `'ITALIC'` in the

0 commit comments

Comments
 (0)