From e9e27b3885e619394e5982c811010c1ab7ccff1f Mon Sep 17 00:00:00 2001
From: shuangela <angela.shu@mongodb.com>
Date: Tue, 4 Mar 2025 14:25:55 -0500
Subject: [PATCH] DOCSP-46758 Change Run Command page title (#1009)

* Change Run Command page title

* add example to the end of usage examples page

* remove example

(cherry picked from commit 543631928dd2e125f9fb6d761e8f4471d529caf0)
---
 source/fundamentals/run-command.txt | 4 ++--
 source/usage-examples/command.txt   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/source/fundamentals/run-command.txt b/source/fundamentals/run-command.txt
index 925043213..d8f27b2e3 100644
--- a/source/fundamentals/run-command.txt
+++ b/source/fundamentals/run-command.txt
@@ -1,8 +1,8 @@
 .. _node-run-command:
 
-=============
+==============
 Run a Command
-=============
+==============
 
 .. contents:: On this page
    :local:
diff --git a/source/usage-examples/command.txt b/source/usage-examples/command.txt
index 6723d8f78..855e98c87 100644
--- a/source/usage-examples/command.txt
+++ b/source/usage-examples/command.txt
@@ -7,9 +7,9 @@
 .. meta::
    :keywords: code example, multiple, modify, customize, debug
 
-=============
-Run a Command
-=============
+=====================
+Run a Command Example
+=====================
 
 You can execute database commands by using the
 `command() <{+api+}/classes/Db.html#command>`__ method on a ``Db``