Browse Source

Documentation clarification (#1019).

Dan Helfman 3 months ago
parent
commit
d3413e0907
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/how-to/add-preparation-and-cleanup-steps-to-backups.md

+ 1 - 1
docs/how-to/add-preparation-and-cleanup-steps-to-backups.md

@@ -32,7 +32,7 @@ commands:
           - create
           - prune
       run:
-          - echo "After create and/or prune!"
+          - echo "After create or prune!"
     - after: error
       run:
           - echo "Something went wrong!"