From ae7eb6a0c3de773377c8e1efb5ce2e92c06506bd Mon Sep 17 00:00:00 2001 From: jhadobe Date: Mon, 22 Jul 2024 15:28:24 -0500 Subject: [PATCH] edit --- help/cloud-guide/deploy/staging-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/cloud-guide/deploy/staging-production.md b/help/cloud-guide/deploy/staging-production.md index 3425f52d..43d674e1 100644 --- a/help/cloud-guide/deploy/staging-production.md +++ b/help/cloud-guide/deploy/staging-production.md @@ -348,4 +348,4 @@ When importing data, you must drop and create a database. zcat .sql.gz | sed -e 's/DEFINER[ ]*=[ ]*[^*]*\*/\*/' | mysql -h 127.0.0.1 -p -u ; ``` - These commands decompress the database dump file, remove the DEFINER statements, and import the database using the specified credentials. + These commands decompress the database dump file, remove the `DEFINER` statements, and import the database using the specified credentials.