Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Jul 18, 2024
1 parent 73bcf7a commit 9cb7352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Get attributes from an HTMLElement, and return them as a string
* like `key=val`.
* @param {HTMLElement} el The element to get attributes from
* @returns {string} The attributes as a string of `ky=val`
* @returns {string} The attributes as a string of `key=val`
*/
export function attributesToString (el:HTMLElement):string {
return Array.from(el.attributes)
Expand Down

0 comments on commit 9cb7352

Please sign in to comment.