Skip to content

Commit 6da3153

Browse files
authored
replace parenthesis by bracket (#993)
[] are square brackets so unless [], {}, () are accepted as well the correct word should be brackets From lenovo.com: What are the different types of brackets used in computing? There are several types of brackets used in computing, including parentheses (), square brackets [], and curly brackets {}
1 parent cf90e24 commit 6da3153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/pipelines/triggers/git-triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ The default behavior triggers the pipeline on a commit action.
245245
Override the default behavior by adding any one of the predefined strings anywhere in the commit message.
246246

247247
>**NOTE**
248-
Remember to include the opening and closing parentheses when adding the strings.
248+
Remember to include the opening and closing square brackets when adding the strings.
249249

250250
* `[skip ci]`
251251
* `[ci skip]`

0 commit comments

Comments
 (0)