Skip to content

Commit 06d8e38

Browse files
Update src/components/password-input/index.md
Co-authored-by: Calvin Lau <77630796+calvin-lau-sig7@users.noreply.github.com>
1 parent a71a35d commit 06d8e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/password-input/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Some browsers might automatically change what the user is typing when the input
149149

150150
You can tell browsers not to correct spellings by setting the `spellcheck` attribute to `false`.
151151

152-
Doing this can also prevent 'spell-jacking', where security researchers have found some spell checking tools gathering personal identifiable information, even user’s passwords, from password input fields to send to third party services.
152+
Doing this can also prevent ['spell-jacking'](https://www.itpro.com/security/vulnerability/370010/what-is-spell-jacking), where security researchers have found some spell checking tools gathering personal identifiable information, even user’s passwords, from password input fields to send to third party services.
153153

154154
You can tell browsers not to autocapitalise values by setting the `autocapitalize` attribute to `off`.
155155

0 commit comments

Comments
 (0)