* Fix Typos

* Fix More Typos
This commit is contained in:
Yo
2019-12-23 22:22:55 +05:30
committed by Matteo Pagliazzi
parent 7d2c5ed339
commit 04a9c97393
39 changed files with 47 additions and 47 deletions

View File

@@ -113,7 +113,7 @@ async function registerLocal (req, res, { isV3 = false }) {
const { password } = req.body;
// Get the lowercase version of username to check that we do not have duplicates
// So we can search for it in the database and then reject the choosen
// So we can search for it in the database and then reject the chosen
// username if 1 or more results are found
email = email.toLowerCase();
username = username.trim();