Skip to content

Commit 2b95465

Browse files
authored
Merge pull request #145 from autowp/patch-1
Typo
2 parents bf69e66 + 8cc4b1c commit 2b95465

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)