Skip to content

Commit

Permalink
fix: typos (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored May 13, 2024
1 parent 3147125 commit 1376134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you are using this module in your product or your company, please add your p
* Opinionated, but very uniform API. Everything is symmetric, and follows a standard convention
* jws.Parse/Verify/Sign
* jwe.Parse/Encrypt/Decrypt
* Arguments are organized as explicit required paramters and optional WithXXXX() style options.
* Arguments are organized as explicit required parameters and optional WithXXXX() style options.
* Extra utilities
* `jwk.Cache` to always keep a JWKS up-to-date
* [bazel](https://bazel.build)-ready
Expand Down Expand Up @@ -226,7 +226,7 @@ For either bug reports or feature requests, failing tests are even better.

## Pull Requests

Please make sure to include tests that excercise the changes you made.
Please make sure to include tests that exercise the changes you made.

If you are editing auto-generated files (those files with the `_gen.go` suffix, please make sure that you do the following:

Expand Down

0 comments on commit 1376134

Please sign in to comment.