diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-27 16:19:04 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-27 17:39:23 +0900 |
| commit | 8c1e10e28ca94b63b8e857d4bba228a830e42c18 (patch) | |
| tree | 9d77f0701ca0b511b95504bd7d339b9b0b37533b /src/api | |
| parent | Clean up (diff) | |
| download | sharkey-8c1e10e28ca94b63b8e857d4bba228a830e42c18.tar.gz sharkey-8c1e10e28ca94b63b8e857d4bba228a830e42c18.tar.bz2 sharkey-8c1e10e28ca94b63b8e857d4bba228a830e42c18.zip | |
Fix typo: protcols -> protocols
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/endpoints/meta.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/meta.js b/src/api/endpoints/meta.js index d3c5255445..a480be63ec 100644 --- a/src/api/endpoints/meta.js +++ b/src/api/endpoints/meta.js @@ -24,7 +24,7 @@ import git from 'git-last-commit'; * description: latest commit's hash * type: string * secure: - * description: whether the server supports secure protcols + * description: whether the server supports secure protocols * type: boolean * * default: |