From 9df7e8f33fa32d0cfa45ea909f1e1e5f0a273b11 Mon Sep 17 00:00:00 2001 From: David Colarusso Date: Thu, 13 Nov 2025 22:12:25 -0500 Subject: [PATCH] Correct typo on running-docassemble-without-aws.md --- .../running-docassemble-without-aws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin_guide_docassemble/running-docassemble-without-aws.md b/docs/admin_guide_docassemble/running-docassemble-without-aws.md index 36be846f4..aa77e6ce0 100644 --- a/docs/admin_guide_docassemble/running-docassemble-without-aws.md +++ b/docs/admin_guide_docassemble/running-docassemble-without-aws.md @@ -70,7 +70,7 @@ The resulting directory, `backup`, will have folders named after each date when the backup was taken, and the server can be restored from at any time. -## Restorting Backup data +## Restoring Backup data If you want to rollback to data from a certain date, first stop the existing Docassemble container, and create (but don't start) a new one: @@ -94,4 +94,4 @@ Then start the container. ```bash docker start docassemble -``` \ No newline at end of file +```