From 1376134ac302b079feef37f126d0f76ae3db8bd5 Mon Sep 17 00:00:00 2001 From: guangwu Date: Mon, 13 May 2024 12:39:18 +0800 Subject: [PATCH] fix: typos (#1126) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9187958d5..448e32b94 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: