Skip to content

Commit

Permalink
Fix docs typo in cookie.go (#45)
Browse files Browse the repository at this point in the history
* "compatability" -> "compatibility"
  • Loading branch information
muesli committed Oct 11, 2020
1 parent a9540bb commit 8073175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cookie.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
// properties (name, max-age, etc.).
//
// The MaxAge field is used to determine whether an Expires field should be
// added for Internet Explorer compatability and what its value should be.
// added for Internet Explorer compatibility and what its value should be.
func NewCookie(config gologin.CookieConfig, value string) *http.Cookie {
cookie := &http.Cookie{
Name: config.Name,
Expand Down

0 comments on commit 8073175

Please sign in to comment.