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

Update Advanced-Topics-Inline-Styles.md #1902

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Advanced-Topics-Inline-Styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In essence, our styles are:
## Overlapping Styles

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

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