Skip to content

Commit

Permalink
Merge pull request #4411 from davep/doc-typo-fixes
Browse files Browse the repository at this point in the history
Add some missing backticks in the docs
  • Loading branch information
willmcgugan authored Apr 10, 2024
2 parents d10d925 + 9ba9a88 commit e0a5c4d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/styles/links/link_background.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ widget.styles.link_background = Color(100, 30, 173)
## See also

- [`link-color`](./link_color.md) to set the color of link text.
- [`link-background-hover](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it.
- [`link-background-hover`](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it.
4 changes: 2 additions & 2 deletions docs/styles/links/link_background_hover.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ widget.styles.link_background_hover = Color(100, 30, 173)
## See also

- [`link-background`](./link_background.md) to set the background color of link text.
- [`link-color-hover](./link_color_hover.md) to set the color of link text when the mouse pointer is over it.
- [`link-style-hover](./link_style_hover.md) to set the style of link text when the mouse pointer is over it.
- [`link-color-hover`](./link_color_hover.md) to set the color of link text when the mouse pointer is over it.
- [`link-style-hover`](./link_style_hover.md) to set the style of link text when the mouse pointer is over it.
2 changes: 1 addition & 1 deletion docs/styles/links/link_color.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ widget.styles.link_color = Color(100, 30, 173)
## See also

- [`link-background`](./link_background.md) to set the background color of link text.
- [`link-color-hover](./link_color_hover.md) to set the color of link text when the mouse pointer is over it.
- [`link-color-hover`](./link_color_hover.md) to set the color of link text when the mouse pointer is over it.
4 changes: 2 additions & 2 deletions docs/styles/links/link_color_hover.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ widget.styles.link_color_hover = Color(100, 30, 173)
## See also

- [`link-color`](./link_color.md) to set the color of link text.
- [`link-background-hover](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it.
- [`link-style-hover](./link_style_hover.md) to set the style of link text when the mouse pointer is over it.
- [`link-background-hover`](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it.
- [`link-style-hover`](./link_style_hover.md) to set the style of link text when the mouse pointer is over it.
2 changes: 1 addition & 1 deletion docs/styles/links/link_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ widget.styles.link_style = "bold italic reverse"

## See also

- [`link-style-hover](./link_style_hover.md) to set the style of link text when the mouse pointer is over it.
- [`link-style-hover`](./link_style_hover.md) to set the style of link text when the mouse pointer is over it.
- [`text-style`](../text_style.md) to set the style of text in a widget.
4 changes: 2 additions & 2 deletions docs/styles/links/link_style_hover.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ widget.styles.link_style_hover = "bold italic reverse"

## See also

- [`link-background-hover](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it.
- [`link-color-hover](./link_color_hover.md) to set the color of link text when the mouse pointer is over it.
- [`link-background-hover`](./link_background_hover.md) to set the background color of link text when the mouse pointer is over it.
- [`link-color-hover`](./link_color_hover.md) to set the color of link text when the mouse pointer is over it.
- [`link-style`](./link_style.md) to set the style of link text.
- [`text-style`](../text_style.md) to set the style of text in a widget.

0 comments on commit e0a5c4d

Please sign in to comment.