Skip to content

Commit aee2983

Browse files
committed
fixing two typos
1 parent ca177ab commit aee2983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ A step by step example
1818
2. Backup the ``~/src`` and ``~/Documents`` directories into an archive called
1919
*Monday*::
2020

21-
$ attic create /somwhere/my-repository.attic::Monday ~/src ~/Documents
21+
$ attic create /somewhere/my-repository.attic::Monday ~/src ~/Documents
2222

2323
3. The next day create a new archive called *Tuesday*::
2424

25-
$ attic create --stats /somwhere/my-repository.attic::Tuesday ~/src ~/Documents
25+
$ attic create --stats /somewhere/my-repository.attic::Tuesday ~/src ~/Documents
2626

2727
This backup will be a lot quicker and a lot smaller since only new never
2828
before seen data is stored. The ``--stats`` option causes |project_name| to

0 commit comments

Comments
 (0)