Skip to content

Commit fa381d3

Browse files
Merge pull request circleci#3442 from joaopluigi/patch-1
Fix typo in Creating Orbs: Example Inline Template
2 parents 677c26a + d722812 commit fa381d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/creating-orbs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ orbs:
199199
executor: my_inline_executor
200200
steps:
201201
- my_inline_command:
202-
name: <<parameters.greeting_name>>
202+
greeting_name: <<parameters.greeting_name>>
203203
commands:
204204
my_inline_command:
205205
parameters:

0 commit comments

Comments
 (0)