We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4704525 commit 2fb1b03Copy full SHA for 2fb1b03
src/parser.rs
@@ -683,7 +683,7 @@ impl<'a> Parser<'a> {
683
self.syntax_violation("unencoded @ sign in username or password")
684
} else {
685
self.syntax_violation(
686
- "embedding authentification information (username or password) \
+ "embedding authentication information (username or password) \
687
in an URL is not recommended")
688
}
689
last_at = Some((char_count, remaining.clone()))
0 commit comments