Browse Source

Change example filename to be more descriptive.

Dan Helfman 6 năm trước cách đây
mục cha
commit
fe39453598
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      docs/how-to/set-up-backups.md

+ 2 - 2
docs/how-to/set-up-backups.md

@@ -220,10 +220,10 @@ means you've used tabs instead of spaces:
 
 ```
 test.yaml: Error parsing configuration file
-An error occurred while parsing a configuration file at test.yaml:
+An error occurred while parsing a configuration file at config.yaml:
 while scanning for the next token
 found character that cannot start any token
-  in "test.yaml", line 230, column 1
+  in "config.yaml", line 230, column 1
 ```
 
 YAML does not allow tabs. So to fix this, simply replace any tabs in your