Skip to content

Commit 0d1713a

Browse files
committed
improve clarity
1 parent eb63249 commit 0d1713a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snapcraft/how-to/go-applications/go-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `name` must be unique in the Snap Store. Valid snap names consist of lowerca
8282

8383
The `summary` cannot exceed 79 characters. You can use a chevron '>' in the `description` key to declare a multi-line description.
8484

85-
The `adopt-info: woke` indicates that the snap should use metadata from the part named `woke`. This means that Snapcraft will look within the source repository defined in the `woke` part to find and adopt specific metadata such as `version`.
85+
The `adopt-info` keyword is used to import metadata from other sources within the upstream project. This reduces redundancy and ensures consistency. Here, Snapcraft will look within the source repository defined in the `woke` part to find and adopt metadata such as `version`.
8686

8787
### Base
8888

@@ -156,7 +156,7 @@ the main project repository.
156156

157157
The `source-type` keyword indicates that the source is a git repository.
158158

159-
The `override-pull` keyword in the `snapcraft.yaml` file allows you to customize the actions taken during the pull step of the build process. The pull step is responsible for downloading or fetching the source code specified in the source key. By default, Snapcraft handles this step automatically, but `override-pull` lets you define your own commands to extend or replace this behavior. See [Override build steps](https://snapcraft.io/docs/overrides)for more details.
159+
The `override-pull` keyword in the `snapcraft.yaml` file allows you to customise the actions taken during the pull step of the build process. The pull step is responsible for fetching the source code from the repository specified in the `source` keyword. By default, Snapcraft handles this step automatically, but `override-pull` lets you define your own commands to extend or replace this behavior. See [Override build steps](https://snapcraft.io/docs/overrides)for more details.
160160

161161
### Apps
162162

0 commit comments

Comments
 (0)