typo (psuedo -> pseudo)

This commit is contained in:
slk333 2016-11-28 22:12:11 +01:00 committed by GitHub
parent 0799f8ed3d
commit e0558c438e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Here are a list of all the packages and modules included with Vapor (also useabl
- [Crypto](https://github.com/vapor/crypto): Cryptography from LibreSSL and Swift.
- Digests: Hashing with and without authentication.
- Ciphers: Encryption and decryption
- Random: Psuedo and cryptographically secure randomness.
- Random: Pseudo and cryptographically secure randomness.
- BCrypt: Pure Swift implementation.
- [Node](https://github.com/vapor/node): Data structure for easy type conversions.
- [Polymorphic](https://github.com/vapor/polymorphic): Syntax for easily accessing values from common types like JSON.