From 63902f07d41ec40371b1383a6fc4fde87f7218f0 Mon Sep 17 00:00:00 2001 From: Evan Ibbott Date: Tue, 1 Sep 2020 11:53:18 -0400 Subject: [PATCH] Make changes as requested --- source/docs/v3/early-identification.blade.md | 2 +- source/docs/v3/introduction.blade.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/v3/early-identification.blade.md b/source/docs/v3/early-identification.blade.md index 1355fc6..f47c90a 100644 --- a/source/docs/v3/early-identification.blade.md +++ b/source/docs/v3/early-identification.blade.md @@ -33,7 +33,7 @@ class PostController } ``` -If you don't like that because you access some dependency from many actions, consider creating a memorized method: +If you don't like that because you access some dependency from many actions, consider creating a memoized method: ```php class PostController diff --git a/source/docs/v3/introduction.blade.md b/source/docs/v3/introduction.blade.md index 738e19a..51c12db 100644 --- a/source/docs/v3/introduction.blade.md +++ b/source/docs/v3/introduction.blade.md @@ -33,4 +33,4 @@ In the current version, we're also making [manual tenancy]({{ $page->link('manua ## Tenant identification {#tenant-identification} -For your application to be tenant-aware, a [tenant has to be identified]({{ $page->link('tenant-identification') }}). This package ships with a large number of identification middleware. You may identify tenants by domain, subdomain, domain OR subdomain at the same time, path or request data. +For your application to be tenant-aware, a [tenant has to be identified]({{ $page->link('tenant-identification') }}). This package ships with many identification middleware classes. You may identify tenants by domain, subdomain, domain OR subdomain at the same time, path or request data.