From 7270aa736479800d3ff37ac0a804145c375671e0 Mon Sep 17 00:00:00 2001 From: Nicolas Hedger <649677+nhedger@users.noreply.github.com> Date: Tue, 18 Aug 2020 22:55:45 +0200 Subject: [PATCH] Update tenant-config.blade.md typo --- source/docs/v3/features/tenant-config.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/v3/features/tenant-config.blade.md b/source/docs/v3/features/tenant-config.blade.md index f94dbaf..055a492 100644 --- a/source/docs/v3/features/tenant-config.blade.md +++ b/source/docs/v3/features/tenant-config.blade.md @@ -8,7 +8,7 @@ section: content It's likely you will need to use tenant-specific config in your application. That config could be API keys, things like "products per page" and many other things. -You could just use the the tenant model to get these values, but you may still want to use Laravel's `config()` because of: +You could just use the tenant model to get these values, but you may still want to use Laravel's `config()` because of: - separation of concerns — if you just write tenancy implementation-agnostic `config('shop.products_per_page')`, you will have a much better time changing tenancy implementations - default values — you may want to use the tenant storage only to override values in your config file @@ -46,4 +46,4 @@ Sometimes you may want to copy the value to multiple config keys. To do that, sp 'locales.default', ], ], -``` \ No newline at end of file +```