sliemeobn / elementary

A modern and efficient HTML rendering library - inspired by SwiftUI, built for the web.
https://swiftpackageindex.com/sliemeobn/elementary
Apache License 2.0
146 stars 6 forks source link

Typo in `HTMLAttributeMergeAction.appending(seperatedBy:)` #55

Open h0p3zZ opened 1 week ago

h0p3zZ commented 1 week ago

In the HTMLAttributeMergeAction struct the mergeMode appending has the argument name seperatedBy this should be separatedBy.

https://github.com/sliemeobn/elementary/blob/fb769241c778b9b6f92dd8e1fcf6dff0650412e9/Sources/Elementary/Core/Html%2BAttributes.swift#L29