Fix typos 4 files: consecutive occurrences of 'the' (#15789)

Automatic Merge
Этот коммит содержится в:
Jorge Vallecillo
2020-10-05 12:57:28 -06:00
коммит произвёл GitHub
родитель 42f539fa57
Коммит f3ce8716bb
4 изменённых файлов: 4 добавлений и 4 удалений

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

@@ -84,7 +84,7 @@ type API interface {
// Minimum server version: 5.10
GetBundlePath() (string, error)
// GetLicense returns the current license used by the Mattermost server. Returns nil if the
// GetLicense returns the current license used by the Mattermost server. Returns nil if
// the server does not have a license.
//
// @tag Server