Skip to content

Commit d92f597

Browse files
committed
Fix typo
1 parent dd14bc2 commit d92f597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Blog/Posts/introducing-custom-package-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The `description` field brielfly explains the motivation for this custom collect
4040

4141
The optional `badge` field is used to style the small badge next to the collection name on the package page. If omitted, the collection will have no badge.
4242

43-
Finally, the `url` field points to a location where you maintain a list of package URLs that belong to the collection. There should be of the format `https://github.com/author/package.git`. In particular, make sure the URL scheme is `https` and the `.git` suffix is included.
43+
Finally, the `url` field points to a location where you maintain a list of package URLs that belong to the collection. These should be of the format `https://github.com/author/package.git`. In particular, make sure the URL scheme is `https` and the `.git` suffix is included.
4444

4545
We match the listed packages against the list of all packages in the Swift Package Index and include only the ones we are able to match. Note that the matching is case-insensitive.
4646

0 commit comments

Comments
 (0)