Skip to content

Commit a553097

Browse files
authored
Fix typo
conifgured -> configured
1 parent edb55f6 commit a553097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/writing-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ see the [Configuring CircleCI]({{ site.baseurl }}/2.0/configuration-reference/)
149149
- If you are unsure whether your `config.yml` is valid YAML,
150150
[run it through a validator](http://yaml-online-parser.appspot.com/).
151151

152-
CircleCI has also developed "orbs," which enable you to use pre-conifgured and tested packages of configuration elements that you can use in your configuration workflow. Utilizing DRY (Don't Repeat Yourself), orbs enable you to quickly and easily incorporate configuration elements (jobs, executors, commands) in your workflow. For more detailed information about orbs:
152+
CircleCI has also developed "orbs," which enable you to use pre-configured and tested packages of configuration elements that you can use in your configuration workflow. Utilizing DRY (Don't Repeat Yourself), orbs enable you to quickly and easily incorporate configuration elements (jobs, executors, commands) in your workflow. For more detailed information about orbs:
153153

154154
- Refer to [Orb Introduction]({{site.baseurl}}/2.0/orb-intro/), for a high-level overview of orbs.
155155
- Refer to [Using Orbs]({{site.baseurl}}/2.0/using-orbs/), for more about how to use existing orbs.

0 commit comments

Comments
 (0)