Skip to content

Commit 9e04602

Browse files
authored
Merge pull request #800 from JPToroDev/clean-up
Fix typo.
2 parents d8d59d6 + 43d97f7 commit 9e04602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Ignite/Modifiers/Attribute Modifiers/CoreAttributesModifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension InlineElement {
2929
/// - Parameter attributes: The CoreAttributes to merge with existing attributes
3030
/// - Returns: The modified HTML element
3131
/// - Note: Uses AttributeStore for persistent storage and merging
32-
func attribute(_ attributes: CoreAttributes) -> some InlineElement {
32+
func attributes(_ attributes: CoreAttributes) -> some InlineElement {
3333
AnyHTML(coreAttributesModifier(attributes))
3434
}
3535
}

0 commit comments

Comments
 (0)