Skip to content

Commit

Permalink
compose: Fix doc typo (#322)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Shannon <adamkshannon@gmail.com>
  • Loading branch information
adamdecaf authored and aeneasr committed Oct 25, 2018
1 parent 4d2b119 commit 239b1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (c *Config) GetAccessTokenLifespan() time.Duration {
return c.AccessTokenLifespan
}

// GetHashCost freturns the bcrypt cost factor. Defaults to 12.
// GetHashCost returns the bcrypt cost factor. Defaults to 12.
func (c *Config) GetHashCost() int {
if c.HashCost == 0 {
return 12
Expand Down

0 comments on commit 239b1ed

Please sign in to comment.