Commit 980b9306 by Arve Knudsen Committed by GitHub

Inspect: Fix typo (#24311)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent b34a5b56
......@@ -17,7 +17,7 @@ describe('read csv', () => {
const rows = 4;
expect(series.length).toBe(rows);
// Make sure everythign it padded properly
// Make sure everything is padded properly
for (const field of series.fields) {
expect(field.values.length).toBe(rows);
}
......
......@@ -17,7 +17,7 @@ enum ShowContent {
const options: Array<SelectableValue<ShowContent>> = [
{
label: 'Panel JSON',
description: 'The model saved in the dashboard JSON that configures how everythign works.',
description: 'The model saved in the dashboard JSON that configures how everything works.',
value: ShowContent.PanelJSON,
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment