diff --git a/dist/setup/index.js b/dist/setup/index.js index d9e3ad1d..0794aea3 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -49176,7 +49176,7 @@ const bundled_miniconda_1 = __nccwpck_require__(3390); * - add any new RULEs in ../input.ts, for example if the installer is not * compatible with some architectures * - add a test! - * - The order is impprtant: + * - The order is important: * - the first provider that provides according to the inputs/options is used. * - the last provider has a fallback in case of no inputs given. */ diff --git a/src/installer/index.ts b/src/installer/index.ts index d84d821f..8ba30670 100644 --- a/src/installer/index.ts +++ b/src/installer/index.ts @@ -22,7 +22,7 @@ import { bundledMinicondaUser } from "./bundled-miniconda"; * - add any new RULEs in ../input.ts, for example if the installer is not * compatible with some architectures * - add a test! - * - The order is impprtant: + * - The order is important: * - the first provider that provides according to the inputs/options is used. * - the last provider has a fallback in case of no inputs given. */