Skip to content

Commit 2843194

Browse files
authored
Merge pull request #1366 from hitblunders/master
Documentation
2 parents 30e6ab8 + f8580b6 commit 2843194

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/maintainer/infrastructure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you found a typo, unclear explanations or new topics that could be covered, y
5959
Admin web services
6060
==================
6161

62-
conda-forge is running a webservice on Heroku called `conda-forge-webservices <https://github.com/conda-forge/conda-forge-webservices>`_.
62+
Conda-forge is running a webservice on Heroku called `conda-forge-webservices <https://github.com/conda-forge/conda-forge-webservices>`_.
6363

6464
The following services are run by default on a feedstock:
6565

src/user/ci-skeleton.rst

Lines changed: 3 additions & 3 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:

0 commit comments

Comments
 (0)