From 7aa24d92bfdbf6de215a3ef4caf65e5193f1cf1d Mon Sep 17 00:00:00 2001 From: wupangyen <72144016+wupangyen@users.noreply.github.com> Date: Wed, 12 Nov 2025 14:49:16 -0500 Subject: [PATCH] Fix grammatical error in storefront session documentation Removed type "a" --- 1.x/storefront-utils/storefront-session.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.x/storefront-utils/storefront-session.mdx b/1.x/storefront-utils/storefront-session.mdx index f9b67e8..96b69f0 100644 --- a/1.x/storefront-utils/storefront-session.mdx +++ b/1.x/storefront-utils/storefront-session.mdx @@ -1,6 +1,6 @@ ## Overview -The storefront session facade is a provided to help keep certain resources your storefront needs set, such as channel, customer group etc. +The storefront session facade is provided to help keep certain resources your storefront needs set, such as channel, customer group etc. ```php use Lunar\Facades\StorefrontSession;