Skip to content

Commit 91440c4

Browse files
Merge pull request circleci#4344 from ju-hyun-park/md-patch
fix typo in testing-orbs.md
2 parents 288bf4e + 36229b1 commit 91440c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/testing-orbs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ orbs:
131131
```
132132
{% endraw %}
133133

134-
The result shown above may now be used in a custom script that tests for its structure relative to what is expected. This form of testing is useful for ensuring you do not break any contracts your orb interface has established with users of the orb, while also enabling you to test different parameter inputs to determine how these parameter imputs impact what is generated during config processing.
134+
The result shown above may now be used in a custom script that tests for its structure relative to what is expected. This form of testing is useful for ensuring you do not break any contracts your orb interface has established with users of the orb, while also enabling you to test different parameter inputs to determine how these parameter inputs impact what is generated during config processing.
135135

136136
### Runtime Testing
137137

0 commit comments

Comments
 (0)