From 1fe3c7b9b3ed8864fcd6c6b495ebae93c210995c Mon Sep 17 00:00:00 2001
From: Matthew Momjian <50788000+mmomjian@users.noreply.github.com>
Date: Fri, 25 Apr 2025 00:07:42 -0400
Subject: [PATCH] fix(docs): priorities (Capitalization) (#17866)

priorities
---
 docs/docs/guides/database-queries.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/guides/database-queries.md b/docs/docs/guides/database-queries.md
index 89a4f07bc0..209f673993 100644
--- a/docs/docs/guides/database-queries.md
+++ b/docs/docs/guides/database-queries.md
@@ -1,7 +1,7 @@
 # Database Queries
 
 :::danger
-Keep in mind that mucking around in the database might set the moon on fire. Avoid modifying the database directly when possible, and always have current backups.
+Keep in mind that mucking around in the database might set the Moon on fire. Avoid modifying the database directly when possible, and always have current backups.
 :::
 
 :::tip