8000 Fix a typos in repository_resource.go · github/github-mcp-server@b3de450 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3de450

Browse files
szepeviktorwilliammartin
authored andcommitted
Fix a typos in repository_resource.go
1 parent ff896d0 commit b3de450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/repository_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func getRepositoryResourcePrContent(client *github.Client, t translations.Transl
6464

6565
func repositoryResourceContentsHandler(client *github.Client) func(ctx context.Context, request mcp.ReadResourceRequest) ([]mcp.ResourceContents, error) {
6666
return func(ctx context.Context, request mcp.ReadResourceRequest) ([]mcp.ResourceContents, error) {
67-
// 4E34 the matcher will give []string with one elemenent
67+
// the matcher will give []string with one element
6868
// https://github.com/mark3labs/mcp-go/pull/54
6969
o, ok := request.Params.Arguments["owner"].([]string)
7070
if !ok || len(o) == 0 {

0 commit comments

Comments
 (0)
0