union-value icon indicating copy to clipboard operation
union-value copied to clipboard

Fix grammar and accessibility

Open jsoref opened this issue 2 months ago • 0 comments

using using is a typo.

You'll also need to fix it in the description:

gh api -q .description https://api.github.com/repos/jonschlinkert/union-value

Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. Node.js/JavaScript util.

You can do that by clicking the ⚙️ to the right of About on https://github.com/jonschlinkert/union-value


The other five changes remove more links and replace homepage links with descriptive links that aren't hostile to screen reader users (screen readers let users navigate by reading through a table of links instead of reading linearly through a page, and having five links that all say homepage or 3 links that just say more (and happen to duplicate three of those other links) is rather unhelpful.

Do not use (click) here links

For more information, see:

  • https://www.w3.org/QA/Tips/noClickHere
  • https://webaim.org/techniques/hypertext/link_text
  • https://granicus.com/blog/why-click-here-links-are-bad/
  • https://heyoka.medium.com/dont-use-click-here-f32f445d1021

jsoref avatar Oct 01 '25 17:10 jsoref