Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit d77083b

Browse files
authored
Typo
1 parent 53fa89c commit d77083b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index/PrefixInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ const Styled = styled.label`
228228
}
229229
`
230230

231-
const errorMessage = 'Please Enter a valid GitLab, GitHub, or Bitbucket repo URL'
231+
const errorMessage = 'Please enter a valid GitLab, GitHub, or Bitbucket repository URL'
232232

233233
const PrefixInput = () => {
234234
const [url, setUrl] = useState<string>(`https://github.com/gitpod-io/spring-petclinic`)

0 commit comments

Comments
 (0)