Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
liberforce committed Jul 2, 2018
1 parent 9ddc2a0 commit aad47cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion creating_packages/external_repo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ For ``git`` (currently the only supported scm), the ``revision`` field can be:
- A branch
- A tag

The ``source()`` method will be called after the checkout process, so you can still use is to patch something or
The ``source()`` method will be called after the checkout process, so you can still use it to patch something or
retrieve more sources, but it is not necessary in most cases.
2 changes: 1 addition & 1 deletion developing_packages/package_dev_flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ There are 2 modes of operation:
conan test
^^^^^^^^^^

The finally step to test the package for consumer is the test command. This step is quite straight-forward:
The final step to test the package for consumer is the test command. This step is quite straight-forward:

.. code-block:: bash
Expand Down

0 comments on commit aad47cb

Please sign in to comment.