From 9c87a3499cc0ad2ffda13b843b5095998b20c0d8 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Tue, 27 Aug 2019 08:44:07 +0000 Subject: Update capitalization in /dev docs Clean up capitalization in /development /gitlab-basics and /install --- doc/development/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/session.md') diff --git a/doc/development/session.md b/doc/development/session.md index 9edce3dbda0..971795d8816 100644 --- a/doc/development/session.md +++ b/doc/development/session.md @@ -17,7 +17,7 @@ When storing values in a session it is best to: - Use simple primitives and avoid storing objects to avoid marshaling complications. - Clean up after unneeded variables to keep memory usage in Redis down. -## Gitlab::Session +## GitLab::Session Sometimes you might want to persist data in the session instead of another store like the database. `Gitlab::Session` lets you access this without passing the session around extensively. For example, you could access it from within a policy without having to pass the session through to each place permissions are checked from. -- cgit v1.2.1