File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -316,8 +316,8 @@ A Kubernetes pod file is in the `kubernetes/` folder; you can run it
316
316
with ` kubectl create -f ./kubernetes/ ` .
317
317
318
318
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.
321
321
322
322
### Installing minikube for testing
323
323
@@ -421,7 +421,7 @@ zulip:
421
421
4. You can execute the upgrade by running:
422
422
423
423
` ` `
424
- # Stops the old zulip container; this beings your downtime
424
+ # Stops the old zulip container; this begins your downtime
425
425
docker-compose stop
426
426
# Boots the new zulip container; this ends your downtime
427
427
docker-compose up
You can’t perform that action at this time.
0 commit comments