Skip to content

Commit 6d0e462

Browse files
authored
README: Typo fixes.
1 parent be53890 commit 6d0e462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ A Kubernetes pod file is in the `kubernetes/` folder; you can run it
316316
with `kubectl create -f ./kubernetes/`.
317317

318318
You should read the `docker-compose` section above to understand how
319-
this works, since it's a very similar setup. You'll want to to clone
320-
this repository, and edit the `zulip-rc.yml` to configure the image, etc.
319+
this works, since it's a very similar setup. You'll want to clone
320+
this repository, edit the `zulip-rc.yml` to configure the image, etc.
321321

322322
### Installing minikube for testing
323323

@@ -421,7 +421,7 @@ zulip:
421421
4. You can execute the upgrade by running:
422422
423423
```
424-
# Stops the old zulip container; this beings your downtime
424+
# Stops the old zulip container; this begins your downtime
425425
docker-compose stop
426426
# Boots the new zulip container; this ends your downtime
427427
docker-compose up

0 commit comments

Comments
 (0)