Skip to content

Commit 2f85bd3

Browse files
committed
Typo
1 parent 11c4a11 commit 2f85bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/apikey.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func (c *Client) CreateToken(ctx context.Context, userID string, req CreateToken
8181
// CreateToken should be used over CreateAPIKey. CreateToken allows better
8282
// tracking of the token's usage and allows for custom expiration.
8383
// Only use CreateAPIKey if you want to emulate the session created for
84-
// a brower like login.
84+
// a browser like login.
8585
func (c *Client) CreateAPIKey(ctx context.Context, user string) (GenerateAPIKeyResponse, error) {
8686
res, err := c.Request(ctx, http.MethodPost, fmt.Sprintf("/api/v2/users/%s/keys", user), nil)
8787
if err != nil {

0 commit comments

Comments
 (0)