Skip to content

Commit 8cc4b1c

Browse files
authored
Typo
1 parent bf69e66 commit 8cc4b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func (c *Client) GetID() string {
1313
return c.ID
1414
}
1515

16-
// GetSecret client domain
16+
// GetSecret client secret
1717
func (c *Client) GetSecret() string {
1818
return c.Secret
1919
}

0 commit comments

Comments
 (0)