소스 검색

spelling: example

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref 3 년 전
부모
커밋
6d42598e35
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/Settings/SettingsChangeEmail.tsx

+ 1 - 1
client/components/Settings/SettingsChangeEmail.tsx

@@ -78,7 +78,7 @@ const SettingsChangeEmail: FC = () => {
             </Text>
             <TextInput
               {...email("changeemailaddress")}
-              placeholder="john@examaple.com"
+              placeholder="john@example.com"
               flex="1 1 auto"
               maxWidth="240px"
             />