Skip to content

Commit

Permalink
fix padding-y hint text in config and docs (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm authored Nov 25, 2024
1 parent 3f8d36e commit 26e7c60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/config/padding.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ padding-x = 10

## Padding-y

Define y axis padding based on a format `[top, left]`
Define y axis padding based on a format `[top, bottom]`

- Default is `[0, 0]`

```toml
padding-y = [15, 10]
```
```
2 changes: 1 addition & 1 deletion docs/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ args = ["-w"]
- Fix key bindings when key is uppercased (`alt` or `shift` is inputted along).
- Support to padding-y (ref: [#400](https://github.com/raphamorim/rio/issues/400))

Define y axis padding based on a format `[top, left]`, default is `[0, 0]`.
Define y axis padding based on a format `[top, bottom]`, default is `[0, 0]`.

Example:

Expand Down
2 changes: 1 addition & 1 deletion rio-backend/src/config/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub fn default_config_file_content() -> String {
# Padding-y
#
# define y axis padding based on a format [top, left]
# define y axis padding based on a format [top, bottom]
# (default is [0, 0])
#
# Example:
Expand Down

0 comments on commit 26e7c60

Please sign in to comment.