Skip to content

Commit eeecd6d

Browse files
pramilgawandecorevo
authored andcommitted
Fixed typo on Line 175 (#741)
Fixed typo
1 parent c900294 commit eeecd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class Index extends React.Component {
172172
{
173173
title: 'Resilient Tests',
174174
content:
175-
'Selenium IDE records multiple locators for each element it interacts with. If one locator fails during playback, the others will be tried until one is succesful.',
175+
'Selenium IDE records multiple locators for each element it interacts with. If one locator fails during playback, the others will be tried until one is successful.',
176176
image: `${baseUrl}img/home/locators.png`,
177177
imageAlt: 'locators',
178178
imageAlign: 'left',

0 commit comments

Comments
 (0)