mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 22:55:32 +00:00
Fix typo
(The typo came from my comment in Overleaf many years ago.)
This commit is contained in:
parent
43f1cb7d64
commit
3383a057a1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = ProjectTokenGenerator =
|
|||
|
||||
# (From Overleaf `random_token.rb`)
|
||||
# Letters (not numbers! see generate_token) used in tokens. They're all
|
||||
# consonsants, to avoid embarassing words (I can't think of any that use only
|
||||
# consonants, to avoid embarassing words (I can't think of any that use only
|
||||
# a y), and lower case "l" is omitted, because in many fonts it is
|
||||
# indistinguishable from an upper case "I" (and sometimes even the number 1).
|
||||
TOKEN_ALPHA: 'bcdfghjkmnpqrstvwxyz'
|
||||
|
|
Loading…
Add table
Reference in a new issue