mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-17 00:04:13 -05:00
fix spelling errors (#36523)
* fix spelling errors * remove changes in lib/*
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user