punctuation

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Jorik Schellekens 2020-09-15 17:04:24 +01:00 committed by GitHub
parent 545f4f9ef4
commit 145b835581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ const HomeserverOptions: React.FC<IProps> = () => {
checked={rememberSelection}
onChange={(e): void => setRemeberSelection(e.target.checked)}
>
Remember my choice.
Remember my choice
</StyledCheckbox>
<Button
onClick={(): void => {