Skip to content

Commit d2f45e9

Browse files
committed
Fix typo
1 parent 2837cb6 commit d2f45e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ tokens.
2626
## Key Differences between Paseto and JWT
2727

2828
Unlike JSON Web Tokens (JWT), which gives developers more than enough rope with
29-
which to hang themselves, Paseto only allows secure operations. JWT gives you "algorithm agility", Paseto gives you "versioned protocols". It's incredibly
29+
which to hang themselves, Paseto only allows secure operations. JWT gives you
30+
"algorithm agility", Paseto gives you "versioned protocols". It's incredibly
3031
unlikely that you'll be able to use Paseto in
3132
[an insecure way](https://auth0.com/blog/critical-vulnerabilities-in-json-web-token-libraries).
3233

@@ -77,7 +78,7 @@ The following are automatically resolved when using Swift Package Manager.
7778
instead.
7879

7980
# Overview of the Swift library
80-
The Paseto Swift library is designed with the aim of using to Swift compiler to
81+
The Paseto Swift library is designed with the aim of using the Swift compiler to
8182
catch as many usage errors as possible.
8283

8384
At some point, you the user will have to decide which key to use when using

0 commit comments

Comments
 (0)