diff options
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/boot.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index f546cd8176..50b806b94c 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -11,7 +11,7 @@ const mixins = require('./common/mixins'); require('./common/tags'); /** - * MISSKEY ENTORY POINT! + * MISSKEY ENTRY POINT! */ "use strict"; |