From 9fa3c18c48eacf47bddfc7c557ff878846c42c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 24 Oct 2019 16:25:55 +0200 Subject: [PATCH] Fix typo --- docs/source/v2/filesystem-tenancy.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/filesystem-tenancy.blade.md b/docs/source/v2/filesystem-tenancy.blade.md index 320d073..78af302 100644 --- a/docs/source/v2/filesystem-tenancy.blade.md +++ b/docs/source/v2/filesystem-tenancy.blade.md @@ -43,7 +43,7 @@ Laravel's `asset()` helper has two different paths of execution: > Note: In 1.x, the `asset()` helper was not tenant-aware, and there was a `tenant_asset()` helper that followed the second option in the list above (a link to a controller). For backwards compatibility, that helper remains intact. -> If you have some non-tenant-specific assets, you may use the pakage's `global_asset()` helper. +> If you have some non-tenant-specific assets, you may use the package's `global_asset()` helper. Note that all tenant assets have to be in the `app/public/` subdirectory of the tenant's storage directory, as shown in the image above.