Skip to content

Commit

Permalink
fix: typo was everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
GetPsyched committed Nov 4, 2024
1 parent 5da84bb commit a31a2d3
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def __str__(self):
**Client Paths with Server Redirects Found**
A client redirect from a path that has a server-side redirect must not exist.
The following identifiers voilate the above rule:
The following identifiers violate the above rule:
- {client_paths_with_server_redirects_list}
This can generally happen when:
Expand All @@ -142,7 +142,7 @@ def __str__(self):
**Conflicting Anchors Found**
Identifiers must not be identical to any historical location's anchor of the same output path.
The following identifiers voilate the above rule:
The following identifiers violate the above rule:
- {conflict_list}
This can generally happen when:
Expand All @@ -163,7 +163,7 @@ def __str__(self):
**Divergent Redirects Found**
A given historical path must correspond to only one identifier.
The following paths voilate the above rule:
The following paths violate the above rule:
- {divergent_list}
This can generally happen when:
Expand All @@ -184,7 +184,7 @@ def __str__(self):
**Invalid Current Paths Found**
The head element of an identifier's corresponding historical location must be its current output location.
The following identifiers voilate the above rule:
The following identifiers violate the above rule:
- {invalid_list}
This is problematic because:
Expand Down Expand Up @@ -224,7 +224,7 @@ def __str__(self):
**Orphan Identifiers Found**
Keys of the redirects mapping must correspond to some identifier in the source.
The following identifiers voilate the above rule:
The following identifiers violate the above rule:
- {orphan_list}
This can generally happen when:
Expand Down

0 comments on commit a31a2d3

Please sign in to comment.