Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit 5c4d944

Browse files
authored
Update creating-orbs.md
Minor changes to document to fix some build errors.
1 parent 8c069d5 commit 5c4d944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_cci2/creating-orbs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Although it is possible to CI/CD orb publishing using the [`orbs-tool`](https://
2222
* Step 2 - [Update the CLI](https://circleci.com/docs/2.0/creating-orbs/#updating-the-circleci-cli-after-installation).
2323
* Step 3 - [Configure the CLI](https://circleci.com/docs/2.0/creating-orbs/#configuring-the-circleci-cli).
2424

25-
#### Step 4 - Validate You Installed the CLI Correctly
25+
#### Step 4 - Verify You Installed the CLI Correctly
2626
Once you have configured the CircleCI CLI, verify you installed the CLI correctly and the CLI is updated and configured properly before beginning to work with orbs. You can perform this check by referring to the
2727

2828
#### Step 5 - Bump Version Property to Orbs-Compatible 2.1
2929
After validating your build configuration, bump the version property to 2.1 so it is compatible for use with orbs. More information on how to bump the version property can be found in the "Bump Version Property to Orbs-Compatible 2.1" section on this page.
3030

31-
#### Step 6 - Create a new Orb using inline template
31+
#### Step 6 - Create a New Orb Using Inline Template
3232
Using inline orbs are the easiest way to get started with orbs because you can reference them from your existing configuration. Although not required for orb authoring, using inline orbs can simplify the process and is a reasonable approach to authoring orbs quickly and easily.
3333

3434
#### Step 7 - Design Your Orb

0 commit comments

Comments
 (0)