Skip to content

Commit 25449a1

Browse files
committed
Remove hedge word from Bake wildcard pattern note
Replace "which usually causes errors" with "causing errors" for clearer, more direct guidance per STYLE.md conventions. Fixes #24516
1 parent f6eda0a commit 25449a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/manuals/build/bake/targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Supported patterns:
122122
> [!NOTE]
123123
>
124124
> Always wrap wildcard patterns in quotes. Without quotes, your shell will expand the
125-
> wildcard to match files in the current directory, which usually causes errors.
125+
> wildcard to match files in the current directory, causing errors.
126126
127127
Examples:
128128

0 commit comments

Comments
 (0)