diff --git a/HTMLKit/HTMLElementAdjustment.h b/HTMLKit/HTMLElementAdjustment.h
index 398a20e..e6f2e24 100644
--- a/HTMLKit/HTMLElementAdjustment.h
+++ b/HTMLKit/HTMLElementAdjustment.h
@@ -15,7 +15,7 @@ NS_INLINE void AdjustMathMLAttributes(HTMLTagToken *token)
{
NSString *lowercase = token.attributes[@"definitionurl"];
if (lowercase != nil) {
- [token.attributes replaceKey:lowercase withKey:@"definitionUrl"];
+ [token.attributes replaceKey:@"definitionurl" withKey:@"definitionURL"];
}
}