mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
fix typos
This commit is contained in:
parent
255e9c6d7d
commit
961575cdc7
2 changed files with 2 additions and 2 deletions
|
|
@ -227,7 +227,7 @@ mod cli {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_cratesio_quirk() {
|
||||
fn test_crates_io_quirk() {
|
||||
let url = "https://crates.io/crates/lychee";
|
||||
|
||||
main_command()
|
||||
|
|
|
|||
|
|
@ -347,7 +347,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_email_false_postive() {
|
||||
fn test_email_false_positive() {
|
||||
let input = r#"<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue