Skip to content

Commit

Permalink
Update sdk-js/examples/user-settings/javascript/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmischka authored Sep 14, 2022
1 parent 9723013 commit 05ca18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user-settings/javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const interval = new Interval({
helpText = 'This will log the user out all current sessions.';
}
const confirmed = await io.confirm(
`Are you sure you want to ${messages.join(', ')}?`,
`Are you sure you want to ${messages.join(' and ')}?`,
{
helpText,
}
Expand Down

0 comments on commit 05ca18e

Please sign in to comment.