chore: typos [ci-skip] (#323)

This commit is contained in:
Carlos Rodrigues
2019-10-17 20:01:51 +01:00
committed by Evan You
parent 1722dc05c5
commit 6c80e13986
5 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ export const enum ErrorCodes {
X_PREFIX_ID_NOT_SUPPORTED,
X_MODULE_MODE_NOT_SUPPORTED,
// Sepcial value for higher-order compilers to pick up the last code
// Special value for higher-order compilers to pick up the last code
// to avoid collision of error codes. This should always be kept as the last
// item.
__EXTEND_POINT__