Skip to content

Commit

Permalink
docs: fix typo in src/README.md #5
Browse files Browse the repository at this point in the history
docs: fix typo in src/README.md #5
  • Loading branch information
KyleTryon authored May 31, 2022
2 parents 83154c2 + 03f6988 commit ef1d70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Orbs are shipped as individual `orb.yml` files, however, to make development easier, it is possible to author an orb in _unpacked_ form, which can be _packed_ with the CircleCI CLI and published.

The default `.circleci/config.yml` file contains the configuration code needed to automatically pack, test, and deploy and changes made to the contents of the orb source in this directory.
The default `.circleci/config.yml` file contains the configuration code needed to automatically pack, test, and deploy any changes made to the contents of the orb source in this directory.

## @orb.yml

Expand All @@ -23,4 +23,4 @@ Within the `@orb.yml` we generally specify 4 configuration keys

## See:
- [Orb Author Intro](https://circleci.com/docs/2.0/orb-author-intro/#section=configuration)
- [Reusable Configuration](https://circleci.com/docs/2.0/reusing-config)
- [Reusable Configuration](https://circleci.com/docs/2.0/reusing-config)

0 comments on commit ef1d70d

Please sign in to comment.