Skip to content

Commit 4b8a58c

Browse files
committed
Fix a minor synmtax issue
1 parent e228ab6 commit 4b8a58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ stored internally under a namespace based on the current user ID. This is handle
117117
automatically, so you **don't** need to manually prefix keys like ``user-27.dashboard_data``.
118118

119119
There are no guidelines or restrictions on how to define cache namespaces.
120-
You can make them as granular or as generic as your application requires:
120+
You can make them as granular or as generic as your application requires::
121121

122122
$localeCache = $cache->withSubNamespace($request->getLocale());
123123

0 commit comments

Comments
 (0)