zxcvbn-ts / zxcvbn

Low-Budget Password Strength Estimation
https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/wheeler
MIT License
910 stars 72 forks source link

Small error in documentation #234

Closed U-4-E-A closed 1 year ago

U-4-E-A commented 1 year ago

It says: -

import { dictionary, translation } from '@zxcvbn-ts/language-en'

This should be translations: -

import { dictionary, translations } from '@zxcvbn-ts/language-en'