diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-01-03 06:09:17 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-01-03 06:09:17 +0900 |
| commit | 85b71c65ca8e691e83bc866f424d6eb7509bdd75 (patch) | |
| tree | a31b342da185823369f48975844c2792a3bc12a3 /src | |
| parent | :worried: (diff) | |
| download | sharkey-85b71c65ca8e691e83bc866f424d6eb7509bdd75.tar.gz sharkey-85b71c65ca8e691e83bc866f424d6eb7509bdd75.tar.bz2 sharkey-85b71c65ca8e691e83bc866f424d6eb7509bdd75.zip | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 9a8223fe0a..48ca660be5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /** - * Misskey Entory Point! + * Misskey Entry Point! */ Error.stackTraceLimit = Infinity; |