mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix typos (#28074)
Parsed all repo with a regexp of common misspelled words and fixed.
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user