Skip to content

Commit 51c6c09

Browse files
committed
Typos
1 parent c22ac2a commit 51c6c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/scripts/img-gallery-handler.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
var imgs = [
22
{
33
title: 'Central dashboard to start your day',
4-
subtitle: 'See all of your Test Runs and Test Plans in one place',
4+
subtitle: 'See all of your Test executions and Test plans in one place',
55
img: 'images/screenshots/001_central_dashboard.png'
66
}, {
77
title: 'Create IEEE 829 or free text Test Plan',
8-
subtitle: 'This document describes what and how are you going to test',
8+
subtitle: 'This document describes what and how you are going to test',
99
img: 'images/screenshots/002_create_test_plan.png'
1010
}, {
1111
title: 'Create a Test Case',
1212
subtitle: 'Use Given-When-Then or bullet points to describe the scenario',
1313
img: 'images/screenshots/003_create_test_case.png'
1414
}, {
15-
title: 'View existing Test Cases',
15+
title: 'View existing Test Case',
1616
subtitle: 'Intuitive access to all the important information',
1717
img: 'images/screenshots/004_view_existing_test_cases.png'
1818
}, {

0 commit comments

Comments
 (0)