Skip to content

Commit 8d21f95

Browse files
authored
Fix some typos (jwt#705)
- alrogithm ==> algorithm - curren ==> current - Preperations ==> Preparations - signiture ==> signature - Instuctions ==> Instructions
1 parent bbe7ae3 commit 8d21f95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Take a look at the [upgrade guide](UPGRADING.md) for more details.
352352
**Implemented enhancements:**
353353

354354
- JWK does not decode. [\#332](https://github.com/jwt/ruby-jwt/issues/332)
355-
- Inconsistent use of symbol and string keys in args \(exp and alrogithm\). [\#331](https://github.com/jwt/ruby-jwt/issues/331)
355+
- Inconsistent use of symbol and string keys in args \(exp and algorithm\). [\#331](https://github.com/jwt/ruby-jwt/issues/331)
356356
- Pin simplecov to \< 0.18 [\#356](https://github.com/jwt/ruby-jwt/pull/356) ([anakinj](https://github.com/anakinj))
357357
- verifies algorithm before evaluating keyfinder [\#346](https://github.com/jwt/ruby-jwt/pull/346) ([jb08](https://github.com/jb08))
358358
- Update Rails 6 appraisal to use actual release version [\#336](https://github.com/jwt/ruby-jwt/pull/336) ([smudge](https://github.com/smudge))
@@ -467,7 +467,7 @@ Take a look at the [upgrade guide](UPGRADING.md) for more details.
467467
- 'DecodeError'will replace 'ExpiredSignature' [\#260](https://github.com/jwt/ruby-jwt/issues/260)
468468
- TypeError: no implicit conversion of OpenSSL::PKey::RSA into String [\#259](https://github.com/jwt/ruby-jwt/issues/259)
469469
- NameError: uninitialized constant JWT::Algos::Eddsa::RbNaCl [\#258](https://github.com/jwt/ruby-jwt/issues/258)
470-
- Get new token if curren token expired [\#256](https://github.com/jwt/ruby-jwt/issues/256)
470+
- Get new token if current token expired [\#256](https://github.com/jwt/ruby-jwt/issues/256)
471471
- Infer algorithm from header [\#254](https://github.com/jwt/ruby-jwt/issues/254)
472472
- Why is the result of decode is an array? [\#252](https://github.com/jwt/ruby-jwt/issues/252)
473473
- Add support for headless token [\#251](https://github.com/jwt/ruby-jwt/issues/251)
@@ -833,13 +833,13 @@ Take a look at the [upgrade guide](UPGRADING.md) for more details.
833833
- Signature Verification to Return Verification Error rather than decode error [\#57](https://github.com/jwt/ruby-jwt/issues/57)
834834
- Incorrect readme for leeway [\#55](https://github.com/jwt/ruby-jwt/issues/55)
835835
- What is the reason behind stripping the = in base64 encoding? [\#54](https://github.com/jwt/ruby-jwt/issues/54)
836-
- Preperations for version 2.x [\#50](https://github.com/jwt/ruby-jwt/issues/50)
836+
- Preparations for version 2.x [\#50](https://github.com/jwt/ruby-jwt/issues/50)
837837
- Release a new version [\#47](https://github.com/jwt/ruby-jwt/issues/47)
838838
- Catch up for ActiveWhatever 4.1.1 series [\#40](https://github.com/jwt/ruby-jwt/issues/40)
839839

840840
**Merged pull requests:**
841841

842-
- raise verification error for signiture verification [\#58](https://github.com/jwt/ruby-jwt/pull/58) ([punkle](https://github.com/punkle))
842+
- raise verification error for signature verification [\#58](https://github.com/jwt/ruby-jwt/pull/58) ([punkle](https://github.com/punkle))
843843
- Added support for not before claim verification [\#56](https://github.com/jwt/ruby-jwt/pull/56) ([punkle](https://github.com/punkle))
844844

845845
## [jwt-1.2.1](https://github.com/jwt/ruby-jwt/tree/jwt-1.2.1) (2015-01-22)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Forking the project
44

5-
Fork the project on GitHub and clone your own fork. Instuctions on forking can be found from the [GitHub Docs](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
5+
Fork the project on GitHub and clone your own fork. Instructions on forking can be found from the [GitHub Docs](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
66

77
```bash
88
git clone [email protected]:you/ruby-jwt.git

0 commit comments

Comments
 (0)