Skip to content

Commit

Permalink
fix typo in documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed May 2, 2024
1 parent 08d85c1 commit d6fe642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcors.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func AllowAccessWithCredentials(one Option, others ...Option) (Middleware, error
// you wish to deliberately tolerate insecure origins anyway,
// you must also activate option
// [github.com/jub0bs/fcors/risky.DangerouslyTolerateInsecureOrigins].
// Otherwise, any occurence of an insecure origin without activating option
// Otherwise, any occurrence of an insecure origin without activating option
// [github.com/jub0bs/fcors/risky.DangerouslyTolerateInsecureOrigins]
// results in a failure to build the corresponding middleware.
//
Expand Down

0 comments on commit d6fe642

Please sign in to comment.