Skip to content

Commit e33505b

Browse files
authored
fix spelling (#167)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md)
1 parent 1a48956 commit e33505b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ packages = ["src/codegen"]
7575
[metadata.hooks.vcs.urls]
7676
Homepage = "https://www.codegen.com/"
7777
Repository = "https://github.com/codegen-sh/codegen-sdk"
78-
download = "https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash}.zip"
78+
Download = "https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash}.zip"
7979
Changelog = "https://docs.codegen.com/changelog/changelog"
8080
Releasenotes = "https://github.com/codegen-sh/codegen-sdk/releases"
8181
Issues = "https://github.com/codegen-sh/codegen-sdk/issues"

0 commit comments

Comments
 (0)