Skip to content

Commit 2159980

Browse files
committed
Fix typo
1 parent 2357aed commit 2159980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrongsecrets-balancer/ui/src/pages/JoinPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const JoinPage = injectIntl(({ intl }) => {
168168
<FormattedMessage
169169
id="welcome_text_2"
170170
defaultMessage={`
171-
We need to usse multiple domains, as you will be able to steal the CTF key after a few challenges.
171+
We need to use multiple domains, as you will be able to steal the CTF key after a few challenges.
172172
`}
173173
values={{
174174
strong: (msg) => <strong>{msg}</strong>,

0 commit comments

Comments
 (0)