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.