Skip to content

Commit e693b63

Browse files
Fix typo in README.md (#21)
1 parent 8fe2656 commit e693b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Please refer to the [release page](https://github.com/qetza/replacetokens-action
164164
# Optional. Default: ${{ github.workspace }}
165165
root: ''
166166

167-
# The separtor to use when flattening keys in variables.
167+
# The separator to use when flattening keys in variables.
168168
#
169169
# Example: '{ "key": { "array": ["a1", "a2"], "sub": "s1" } }' will be flatten as
170170
# '{ "key.array.0": "a1", "key.array.1": "a2", "key.sub": "s1" }'
@@ -315,4 +315,4 @@ The following **anonymous** data is send:
315315
- the task execution duration
316316
- the outputs (defaults, files, replaced, tokens and transforms)
317317

318-
You can see the JSON serialized telemetry data sent in debug logs.
318+
You can see the JSON serialized telemetry data sent in debug logs.

0 commit comments

Comments
 (0)