Skip to content

Commit f6932c6

Browse files
authored
Merge pull request #429 from andyli029/fix_typo
docs: fix typo
2 parents 9e7cf54 + b9a1699 commit f6932c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/en-us/deploy_backup_restore_s3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ then, create the secret in k8s.
3333
```
3434
kubectl create -f config/samples/backup_secret.yaml
3535
```
36-
Please add the backupSecretName in mysql_v1apha1_mysqlcluster.yaml, name as secret file:
36+
Please add the backupSecretName in mysql_v1alpha1_mysqlcluster.yaml, name as secret file:
3737
```yaml
3838
spec:
3939
replicas: 3
4040
mysqlVersion: "5.7"
4141
backupSecretName: sample-backup-secret
4242
...
4343
```
44-
now create backup yaml file mysql_v1apha1_backup.yaml like this:
44+
now create backup yaml file mysql_v1alpha1_backup.yaml like this:
4545

4646
```yaml
4747
apiVersion: mysql.radondb.com/v1alpha1

docs/zh-cn/deploy_backup_restore_s3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ then, create the secret in k8s.
3333
```
3434
kubectl create -f config/samples/backup_secret.yaml
3535
```
36-
Please add the backupSecretName in mysql_v1apha1_mysqlcluster.yaml, name as secret file:
36+
Please add the backupSecretName in mysql_v1alpha1_mysqlcluster.yaml, name as secret file:
3737
```yaml
3838
spec:
3939
replicas: 3
4040
mysqlVersion: "5.7"
4141
backupSecretName: sample-backup-secret
4242
...
4343
```
44-
now create backup yaml file mysql_v1apha1_backup.yaml like this:
44+
now create backup yaml file mysql_v1alpha1_backup.yaml like this:
4545

4646
```yaml
4747
apiVersion: mysql.radondb.com/v1alpha1

0 commit comments

Comments
 (0)