diff --git a/passwords.md b/passwords.md
index 75ae7432e47..712b80afb8e 100644
--- a/passwords.md
+++ b/passwords.md
@@ -29,7 +29,7 @@ The password reset `driver` configuration option defines where password reset da
- `database` - password reset data is stored in a relational database.
-- `cache` - password reset data is stored in one of your cache based stores.
+- `cache` - password reset data is stored in one of your cache-based stores.
diff --git a/session.md b/session.md
index 7aa5462507d..d837f67a67e 100644
--- a/session.md
+++ b/session.md
@@ -33,7 +33,7 @@ The session `driver` configuration option defines where session data will be sto
- `file` - sessions are stored in `storage/framework/sessions`.
- `cookie` - sessions are stored in secure, encrypted cookies.
- `database` - sessions are stored in a relational database.
-- `memcached` / `redis` - sessions are stored in one of these fast, cache based stores.
+- `memcached` / `redis` - sessions are stored in one of these fast, cache-based stores.
- `dynamodb` - sessions are stored in AWS DynamoDB.
- `array` - sessions are stored in a PHP array and will not be persisted.