Skip to content

Commit 66b6796

Browse files
authored
Merge pull request #5441 from aspearman/patch-1
Fix typo
2 parents 467fa29 + 05c346e commit 66b6796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/reference/context-and-expression-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Returns `true` if `searchString` ends with `searchValue`. This function is not c
323323

324324
`format( string, replaceValue0, replaceValue1, ..., replaceValueN)`
325325

326-
Replaces values in the `string`, with the variable `replaceValueN`. Variables in the `string` are specified using the `{N}` syntax, where `N` is an integer. You must specify at least one `replaceValue` and `string`. There is no maximum for the number of variables (`replaceValueN`) you can use. Escape curly braces useing double braces.
326+
Replaces values in the `string`, with the variable `replaceValueN`. Variables in the `string` are specified using the `{N}` syntax, where `N` is an integer. You must specify at least one `replaceValue` and `string`. There is no maximum for the number of variables (`replaceValueN`) you can use. Escape curly braces using double braces.
327327

328328
##### Example
329329

0 commit comments

Comments
 (0)