Merge pull request #19019 from dvdksn/fix-typo-buildui

desktop: fix typo in build ui legend
This commit is contained in:
David Karlsson 2024-01-03 15:42:37 +01:00 committed by GitHub
commit 3aab049729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ operations are defined as follows:
| Build operation | Description |
| :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Local file transfers | Time spend transferring local files from the client to the builder. |
| Local file transfers | Time spent transferring local files from the client to the builder. |
| File operations | Any operations that involve creating and copying files in the build. For example, the `COPY`, `WORKDIR`, `ADD` instructions in a Dockerfile frontend all incur file operations. |
| Image pulls | Time spent pulling images. |
| Executions | Container executions, for example commands defined as `RUN` instructions in a Dockerfile frontend. |