mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-02 22:01:52 +00:00
Fix typo
This commit is contained in:
@@ -26,7 +26,7 @@ describe('<ServerError />', () => {
|
||||
notFound: [
|
||||
'Oops! Could not connect to this Shlink server.',
|
||||
'Make sure you have internet connection, and the server is properly configured and on-line.',
|
||||
/^Alternatively, if you think you may have miss-configured this server/,
|
||||
/^Alternatively, if you think you may have misconfigured this server/,
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -36,7 +36,7 @@ describe('<ServerError />', () => {
|
||||
found: [
|
||||
'Oops! Could not connect to this Shlink server.',
|
||||
'Make sure you have internet connection, and the server is properly configured and on-line.',
|
||||
/^Alternatively, if you think you may have miss-configured this server/,
|
||||
/^Alternatively, if you think you may have misconfigured this server/,
|
||||
],
|
||||
notFound: ['Could not find this Shlink server.'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user