Fixing typos (#70487)

This commit is contained in:
Andreas Deininger
2023-06-22 10:43:38 +02:00
committed by GitHub
parent 1441c90178
commit 95b1f3c875
25 changed files with 36 additions and 36 deletions

View File

@@ -487,7 +487,7 @@ describe('CloudWatchMetricsQueryRunner', () => {
});
});
it('should generate the correct query in the case of one multilple template variables', async () => {
it('should generate the correct query in the case of one multiple template variables', async () => {
const { runner, fetchMock, request } = setupMockedMetricsQueryRunner({ variables: [var1, var2, var3, var4] });
const queries: CloudWatchMetricsQuery[] = [
{
@@ -524,7 +524,7 @@ describe('CloudWatchMetricsQueryRunner', () => {
});
});
it('should generate the correct query in the case of multilple multi template variables', async () => {
it('should generate the correct query in the case of multiple multi template variables', async () => {
const { runner, fetchMock, request } = setupMockedMetricsQueryRunner({ variables: [var1, var2, var3, var4] });
const queries: CloudWatchMetricsQuery[] = [
{
@@ -553,7 +553,7 @@ describe('CloudWatchMetricsQueryRunner', () => {
});
});
it('should generate the correct query for multilple template variables, lack scopedVars', async () => {
it('should generate the correct query for multiple template variables, lack scopedVars', async () => {
const { runner, fetchMock, request } = setupMockedMetricsQueryRunner({ variables: [var1, var2, var3, var4] });
const queries: CloudWatchMetricsQuery[] = [
{