From c6764656cc1fc10a5a6927316fdb57b1b667421d Mon Sep 17 00:00:00 2001 From: romainx Date: Sat, 14 Nov 2020 12:03:13 +0100 Subject: [PATCH] typo --- docs/using/common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/common.md b/docs/using/common.md index 6012fcaa..09b7fa9d 100644 --- a/docs/using/common.md +++ b/docs/using/common.md @@ -117,7 +117,7 @@ conda install some-package Conda is configured by default to use only the [`conda-forge`](https://anaconda.org/conda-forge) channel. However, alternative channels can be used either one shot by overwriting the default channel in the installation command or by configuring `conda` to use different channels. -The examples below shows how to use the [anaconda default channels](https://repo.anaconda.com/pkgs/main) instead of `conda-forge` to install packages. +The examples below show how to use the [anaconda default channels](https://repo.anaconda.com/pkgs/main) instead of `conda-forge` to install packages. ```bash # using defaults channels to install a package