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.