From 57125f3ea3e35796fd780dbe305c0a50de3dfd69 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Tue, 18 Jul 2023 09:08:19 -0700 Subject: [PATCH] Trivial: Fix title capitalization for consistency (#3839) #### Type of change - [x] :bug: Bugfix - [x] :world_map: Documentation --- website/docs/setup/restore-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/setup/restore-options.md b/website/docs/setup/restore-options.md index f1c3a8de0..9072b2d3f 100644 --- a/website/docs/setup/restore-options.md +++ b/website/docs/setup/restore-options.md @@ -1,4 +1,4 @@ -# Restore Options +# Restore options import CodeBlock from '@theme/CodeBlock'; import Tabs from '@theme/Tabs';