Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class Index extends React.Component {
{
title: 'Resilient Tests',
content:
'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.',
'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.',
image: `${baseUrl}img/home/locators.png`,
imageAlt: 'locators',
imageAlign: 'left',
Expand Down