fix simple typo

This commit is contained in:
andrea 2023-12-05 15:31:14 +01:00
parent 8e49af85e0
commit 7b5744baf2
No known key found for this signature in database

View file

@ -57,7 +57,7 @@ function WizardStep2(props) {
<div className={classes.separator}></div>
<h2>Borgmatic</h2>
<div className={classes.description}>
If you are using Borgmatic and have <b>already edited</b> the
If you are using Borgmatic and have <b>already edited</b> the configuration file
(find a sample on the step 4) :
<br />
<div
@ -68,9 +68,9 @@ function WizardStep2(props) {
}}
>
<div className={classes.code}>
borg init -e repokey-blake2
borgmatic init -e repokey-blake2
</div>
<CopyButton dataToCopy='borg init -e repokey-blake2' />
<CopyButton dataToCopy='borgmatic init -e repokey-blake2' />
</div>
</div>