Skip to content

feat(experimental): authorship #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: fix typo in parse.ts comment
  • Loading branch information
paulrobertlloyd committed Nov 12, 2023
commit e635f4f3e8d81e14c6ac1fc7208503522bae0808
2 changes: 1 addition & 1 deletion src/microformats/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const parseMicroformat = (
}

/**
* There is some ambigutity on how this should be handled.
* There is some ambiguity on how this should be handled.
* At the moment, we're following other parsers and keeping `value` a string
* and adding `html` as an undocumented property.
*/
Expand Down