Merge pull request #7316 from hs0210/work

Fix a typo "the the" -> "the"
pull/7320/head
Matthew Fisher 5 years ago committed by GitHub
commit 38670ebe3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ type Chart struct {
Icon string `json:"icon"`
}
// Repo contains the name in monocular the the url for the repository
// Repo contains the name in monocular the url for the repository
type Repo struct {
Name string `json:"name"`
URL string `json:"url"`

Loading…
Cancel
Save