Skip to content

Commit cd4584d

Browse files
Fixed grammatical errors
Fixed a few grammatical errors in the tips and tricks page.
1 parent 0dd29b9 commit cd4584d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/user/tipsandtricks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ and activate the strict channel priority with:
4646
4747
$ conda config --set channel_priority strict
4848
49-
This will ensure that all the dependencies will come from the ``conda-forge`` channel unless they exist only on ``defaults``.
49+
This will ensure that all the dependencies come from the ``conda-forge`` channel unless they exist only on ``defaults``.
5050

5151
Here is how a ``.condarc`` file would look like:
5252

@@ -58,7 +58,7 @@ Here is how a ``.condarc`` file would look like:
5858
- conda-forge
5959
- defaults
6060
61-
In addition to the channel priority, we recommend to always install your packages inside a new environment instead of the root environment from anaconda/miniconda.
61+
In addition to the channel priority, we recommend always installing your packages inside a new environment instead of the root environment from anaconda/miniconda.
6262
Using envs make it easier to debug problems with packages and ensure the stability of your root env.
6363

6464
.. note::

0 commit comments

Comments
 (0)