From 3b862c238c1b26eac1899a33f8403e69f3e3331d Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 23 Sep 2019 17:49:23 -0400 Subject: [PATCH] Update global-stuff.blade.md --- docs/source/v2/global-stuff.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/global-stuff.blade.md b/docs/source/v2/global-stuff.blade.md index af724da..999055d 100644 --- a/docs/source/v2/global-stuff.blade.md +++ b/docs/source/v2/global-stuff.blade.md @@ -25,7 +25,7 @@ Create a new connection and use it like `DB::connection($connectionName)->table( ## Global Redis {#global-redis} -Create a new connection, *don't* put it into `tenancy.redis.prefixed_connectoins`, and use it like `Redis::connection('foo')->get('bar')` +Create a new connection, *don't* put it into `tenancy.redis.prefixed_connections`, and use it like `Redis::connection('foo')->get('bar')` ## Global Queues/Jobs {#global-queues-jobs}