diff --git a/GhidraDocs/GhidraCodingStandards.html b/GhidraDocs/GhidraCodingStandards.html
index 2a25c128ff..00b9b551d1 100644
--- a/GhidraDocs/GhidraCodingStandards.html
+++ b/GhidraDocs/GhidraCodingStandards.html
@@ -86,7 +86,7 @@
The design pattern of an interface with one or more implementations should use the following naming conventions:
- Foo - The interface should be named the fundamental thing.
- - AbstractFoo - An abstract implementation intended to be used as the base of a hierachy of classes.
+ - AbstractFoo - An abstract implementation intended to be used as the base of a hierarchy of classes.
- DefaultFoo - A "default" implementation that would be appropriate for the majority of use cases.
- {descriptive}Foo - Other implementations should describe what makes them unique.