Skip to content

Commit

Permalink
chore: fix some typos (#16149)
Browse files Browse the repository at this point in the history
Signed-off-by: kaifulee <cuishuang@outlook.com>
Co-authored-by: Alexander Kachkaev <alexander@kachkaev.ru>
  • Loading branch information
kaifulee and kachkaev committed Apr 28, 2024
1 parent 470d04e commit 9026b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.md
Expand Up @@ -97,7 +97,7 @@ ifBreak(";", " ");

`groupId` can be used to check another _already printed_ group instead of the current group.

If a [`hardline`](#hardline) or [`breakParent`](#breakParent) is present within the possible contents, the parent groups will be broken regardless of said content being printed, which might not be desireable. This behaviour is a design limitation. Usually the desired result can be achieved in a different way.
If a [`hardline`](#hardline) or [`breakParent`](#breakParent) is present within the possible contents, the parent groups will be broken regardless of said content being printed, which might not be desirable. This behaviour is a design limitation. Usually the desired result can be achieved in a different way.

In the rare case that `hardline` is definitely needed, consider using [`hardlineWithoutBreakParent`](#hardlinewithoutbreakparent-and-literallinewithoutbreakparent) instead to avoid an unwanted group break propagation.

Expand Down

0 comments on commit 9026b1c

Please sign in to comment.