Skip to content

Commit

Permalink
style: replace whitespaces with whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
Kenji Miyake committed Feb 7, 2022
1 parent 74334cc commit 90b3ec2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/fixtures/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespaces from the template
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ See [templating](#templating) for more detail.

#### trim

If set to `true`, leading and trailing whitespaces are removed from the [body](#body).
If set to `true`, leading and trailing whitespace are removed from the [body](#body).

It is useful for adding indentation to the template for readability, as shown [in the example](#changelog).

Expand Down
2 changes: 1 addition & 1 deletion config/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespaces from the template
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
Expand Down
2 changes: 1 addition & 1 deletion examples/detailed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespaces from the template
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
Expand Down
2 changes: 1 addition & 1 deletion examples/keepachangelog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespaces from the template
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
Expand Down
2 changes: 1 addition & 1 deletion examples/scoped.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body = """
{% endfor %}\
{% endfor %}\n
"""
# remove the leading and trailing whitespaces from the template
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
Expand Down
2 changes: 1 addition & 1 deletion examples/scopesorted.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body = """
{% raw %}\n{% endraw %}\
{% endfor %}\n
"""
# remove the leading and trailing whitespaces from the template
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
Expand Down
2 changes: 1 addition & 1 deletion examples/unconventional.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespaces from the template
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
Expand Down

0 comments on commit 90b3ec2

Please sign in to comment.