Parsed all repo with a regexp of common misspelled words and fixed.
This commit is contained in:
garanews
2020-10-07 12:29:30 +02:00
committed by GitHub
parent 9c112cd785
commit 61749dee23
28 changed files with 37 additions and 37 deletions

View File

@@ -23,7 +23,7 @@ export const setup = () => {
export default data => {
group('user auth token test', () => {
if (__ITER === 0) {
group('user authenticates thru ui with username and password', () => {
group('user authenticates through ui with username and password', () => {
let res = client.ui.login('admin', 'admin');
check(res, {