Skip to content

Commit 7989439

Browse files
Merge pull request #5870 from Wallby/docs
Fixed typos part of PR 5797
2 parents 25a3c6f + 90b22f6 commit 7989439

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

hub/package-manager/package/repository.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ The `PackageIdentifier` and the `PackageVersion` values in the manifest must mat
8282
8383
Thus to set up sparse checkout for all manifests of a publisher, you'd type:
8484
85-
1. If you are using Git version 2.37.0 or newer, run the following command to set up spare checkout for your folder.
85+
1. If you are using Git version 2.37.0 or newer, run the following command to set up sparse checkout for your folder.
8686
8787
```powershell
8888
git sparse-checkout set manifests\<letter>\<publisher>
8989
```
9090
9191
If you are using an older version of Git, refer to the [Git documentation](https://git-scm.com/docs/git-sparse-checkout) for how to set up sparse checkout for your local repository.
9292
93-
Note that the above command will override all current sparse checkout settings and set it up for only that one folder, refer to the [Git documentation](https://git-scm.com/docs/git-sparse-checkout) for setting up sparce checkout with multiple folders.
93+
Note that the above command will override all current sparse checkout settings and set it up for only that one folder, refer to the [Git documentation](https://git-scm.com/docs/git-sparse-checkout) for setting up sparse checkout with multiple folders.
9494
9595
### Step 5: Checkout the repository
9696
@@ -100,18 +100,18 @@ You can now apply the sparse checkout settings by running.
100100
git checkout
101101
```
102102

103-
If you are entering multiple submissions, create a branch instead of a fork. We currently allow only one manifest file per submission.
103+
If you are entering multiple submissions, create a branch instead of a fork. We currently allow only one manifest file per submission.
104104

105105
```powershell
106106
git checkout -b <branch-name>
107107
```
108108

109-
### Step 5: Add your manifest to the local repository
109+
### Step 6: Add your manifest to the local repository
110110

111-
Add your files into the folder explained in step 3.
111+
Add your files into the folder following folder (format explained in step 4):
112112
**manifests** / **letter** / **publisher** / **application** / **version**
113113

114-
### Step 5: Submit your manifest to the remote repository
114+
### Step 7: Submit your manifest to the remote repository
115115

116116
You're now ready to push your new manifest to the remote repository.
117117

@@ -127,7 +127,7 @@ You're now ready to push your new manifest to the remote repository.
127127
git push
128128
```
129129
130-
### Step 6: Create a pull request
130+
### Step 8: Create a pull request
131131
132132
After you push your changes, return to [https://github.com/microsoft/winget-pkgs](https://github.com/microsoft/winget-pkgs) and create a pull request to merge your fork or branch to the main branch.
133133

0 commit comments

Comments
 (0)