Skip to content

Commit

Permalink
Fix typos on "using profiles" page (#529)
Browse files Browse the repository at this point in the history
Fix a bunch of typos.
  • Loading branch information
liberforce authored and danimtb committed Feb 13, 2018
1 parent ba13b37 commit d1ee399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions using_packages/using_profiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Using profiles
So far we have used the default settings stored in ``~/.conan/profiles/default`` and defined as command line arguments.

However, configurations can be large, settings can be very different, and we might want to switch easily between different configurations
with different settings, options, etc.. The best way to do it is using profiles.
with different settings, options, etc. The best way to do it is using profiles.

A profile file contains a predefined set of ``settings``, ``options``, ``environment variables``, and ``build_requires`` and has this
structure:
Expand Down Expand Up @@ -58,9 +58,9 @@ You can store them in the default profile folder or anywhere in you project and
$ conan create demo/testing -pr=clang_3.5
If we continue with the example of Poco, we could have a handy profile to help us build our project with the desired configuration and avoid
the ussage of all the command line arguments when installing the dependency packages.
the usage of all the command line arguments when installing the dependency packages.

A profile to install depenencies as **shared** and in **debug** mode will look like this:
A profile to install dependencies as **shared** and in **debug** mode will look like this:

.. code-block:: text
:caption: *debug_shared*
Expand Down

0 comments on commit d1ee399

Please sign in to comment.