-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor corrections to phrasing/spelling. #596
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @whackablemole !
Thank you for this fix 🙏🏻
Their is an issue with e2e test, can you please replace // in src/tools/password-strength-analyser/password-strength-analyser.e2e.spec.ts
// replace :
expect(crackDuration).toEqual('15,091 milleniums, 3 centurys');
// with :
expect(crackDuration).toEqual('15,091 millennia, 3 centuries'); I can't edit your fork to do it myself :/ |
Sorry, I thought I had set it properly so you could edit as well, but I am new to pull requests. Just really love these tools so wanted to get involved. :) That change is now implemented! |
Kudos, SonarCloud Quality Gate passed! |
No problem, thanks for the contribution 💪🏻 |
Just some small corrections to spellings and added correct plurals to the units in the password strength analyser.