Skip to content

Commit d590f65

Browse files
committed
minor changes in documentation
1 parent e114358 commit d590f65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/user/ci-skeleton.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Wouldn't it be nice if you could reuse all of this hard work, so
77
you don't have to write or manage your own CI configurations?!
88

99
By adding a ``recipe/`` directory to your repository, the conda-smithy
10-
command ``ci-skeleton`` let's you hook into well-tested and robust
10+
command ``ci-skeleton`` lets you hook into well-tested and robust
1111
CI infrastructure. Using the conda-smithy ``rerender`` command, you
1212
can then keep your repository up-to-date with any needed changes!
1313

1414
Getting Started
1515
---------------
16-
The ``ci-skeleton`` command helps get you started by preparing a repository
16+
The ``ci-skeleton`` command helps you get started by preparing a repository
1717
to have the proper structure such that the ``rerender`` command will correctly
18-
add the CI configurations. Lets see an example!
18+
add the CI configurations. Let's see an example!
1919

2020
Suppose you have a repository for a project called ``myproj``. In the
2121
root level of the repository, you can run the following command:
@@ -55,7 +55,7 @@ not running ``myproj`` CI as a regular feedstock. The ``.gitignore`` is
5555
modified to not accidentally add unwanted conda-smithy temporary files
5656
to your repository.
5757

58-
Also the steps that the ``ci-skeleton`` spits out are very important
58+
Also the steps that the ``ci-skeleton`` splits out are very important
5959
for wiring everything up properly. Luckily, they are easy to perform!
6060
Let's go through them one-by-one!
6161

0 commit comments

Comments
 (0)