Skip to content

Commit

Permalink
Fix documentation for htmlName
Browse files Browse the repository at this point in the history
  • Loading branch information
markstamer authored Jun 24, 2024
1 parent b3c8d07 commit b9e469d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Ignite/Rendering/TabFocus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum TabFocus {
}
}

/// The html tabindex key-value pair representing the `TabFocus` case
/// The html name for this attribute
var htmlName: String {
"tabindex"
}
Expand Down

0 comments on commit b9e469d

Please sign in to comment.