Merge pull request #4825 from SataQiu/fix-20190419

Fix spelling mistakes of doc
This commit is contained in:
Sugu Sougoumarane 2019-04-22 08:28:42 -07:00 коммит произвёл GitHub
Родитель 6b34d20e1f 228eec4acd
Коммит ba7aad0e61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -56,7 +56,7 @@ Meeting started at 8am PDT on Zoom.
### New Vitess Logo / Logo Changes
We kicked off the meeting talking about the first agenda item, *Vitess's new logo*. The new logo was mooted in the first place because of its current similarites to [Vivid IT Corp](https://www.vividitcorp.com/).
We kicked off the meeting talking about the first agenda item, *Vitess's new logo*. The new logo was mooted in the first place because of its current similarities to [Vivid IT Corp](https://www.vividitcorp.com/).
Based on [logos](https://docs.google.com/forms/d/e/1FAIpQLScp5hGY98vpRMxs3oRT8c-XJ_b04ei6uCFiYiQe3nDunFbyuw/viewform) created with CNCF's help, logos 1 and 4 got the highest no of votes.
@ -124,7 +124,7 @@ We are looking for 5 engineers. Job scope at [our site](https://planetscale.com/
We discussed that we need to work on / update official roadmap.
Question from Ameet about whether there's anything on ther roadmap for online backups, because increasingly backups take more time.
Question from Ameet about whether there's anything on the roadmap for online backups, because increasingly backups take more time.
Sugu says there are 500 lines of code re backup. But we will discuss this in our roadmap discussions.

Просмотреть файл

@ -530,7 +530,7 @@ Validates that all nodes reachable from the specified keyspace are consistent.
### WaitForDrain
Blocks until no new queries were observed on all tablets with the given tablet type in the specifed keyspace. This can be used as sanity check to ensure that the tablets were drained after running vtctl MigrateServedTypes and vtgate is no longer using them. If -timeout is set, it fails when the timeout is reached.
Blocks until no new queries were observed on all tablets with the given tablet type in the specified keyspace. This can be used as sanity check to ensure that the tablets were drained after running vtctl MigrateServedTypes and vtgate is no longer using them. If -timeout is set, it fails when the timeout is reached.
#### Example