Skip to content

Commit 2e6ffd3

Browse files
authored
Correct type-o in documentation (#4009)
This one is quite important to fix, because one might also think that `ai` was meant here.
1 parent e5cdddf commit 2e6ffd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_tutorial/packages_pipeline/multi_configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We have done a few changes and extra steps:
3333
- The second step is create from the ``graph.json`` a ``built.json`` **package list** file, with the packages that needs to be uploaded,
3434
in this case, only the packages that have been built from source (``--graph-binaries=build``) will be uploaded. This is
3535
done for efficiency and faster uploads.
36-
- Third step is to enable the ``packages`` repository. It was not enabled to guarantee that al possible dependencies came from ``develop``
36+
- Third step is to enable the ``packages`` repository. It was not enabled to guarantee that all possible dependencies came from ``develop``
3737
repo only.
3838
- Then, we will upload the ``built.json`` package list to the ``packages`` repository, creating the ``uploaded_release.json``
3939
package list with the new location of the packages (the server repository).

0 commit comments

Comments
 (0)