Skip to content

Commit

Permalink
Fix typo (#3134)
Browse files Browse the repository at this point in the history
* Fix command conan remote (#3031)

* Fix conan remote add -h content

* Fix indentation

* Change 'optional arguments' to 'options'

Makes it identical to the actual command line output.

* Add info on .conanignore (#3036)

* Add info on .conanignore

* Add missing point

* Update conan config install documentation (#3035)

* Fix conan remote auth help typo (#3039)

* Fix conan remote auth help typo

* Fix whitespace issue

* fix typo for import syntax (#3024)

* Update tools.rst (#3047)

Fix typo

* Change documentation from conan-io/conan#13211 (#3046)

* add docs (#3049)

* remove from docs (#3050)

* Fix typo

---------

Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
Co-authored-by: Kasurus <38571075+Kasurus@users.noreply.github.com>
Co-authored-by: Rubén Rincón Blanco <rubenrb@jfrog.com>
Co-authored-by: Chris Mc <christopherm@jfrog.com>
Co-authored-by: Caijinglong <cjl_spy@163.com>
  • Loading branch information
6 people authored Mar 29, 2023
1 parent 62db613 commit ae7c1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/extensions/deployers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Deployers
=========

Deployers are a mechanism to facilitate copying files form one folder, usually the Conan cache, to user folders.
Deployers are a mechanism to facilitate copying files from one folder, usually the Conan cache, to user folders.
While Conan provides two built-in ones (``full_deploy`` and ``direct_deploy``), users can easily manage their own
with ``conan config install``.

Expand Down

0 comments on commit ae7c1a0

Please sign in to comment.