fix spelling errors (#36523)

* fix spelling errors

* remove changes in lib/*
This commit is contained in:
Hye Sung Jung
2020-01-30 15:39:54 -06:00
committed by GitHub
parent bfff11530f
commit 8ed129771f
72 changed files with 219 additions and 219 deletions

View File

@@ -10,7 +10,7 @@ export = createRule({
recommended: "error",
},
messages: {
excessNamespaceError: `All but one of these namespaces should be moved into seperate files.`,
excessNamespaceError: `All but one of these namespaces should be moved into separate files.`,
},
schema: [],
type: "problem",