btford / btford/write-good

Catch compound verbs

Open
#41 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5.1k
Forks
187
PR merge metrics
No merged PRs in 30d

Description

I ran into an [issue](https://github.com/facebook/react/pull/3385) in the React docs that caused me to misparse a sentence: a compound verb.

> ...it only shallow copies `log n` objects...

There ought to be a way to catch ADJ+V combinations like this. A suggested change which I think is easier to read would be:

> ...it only makes a shallow copy of `log n` objects...

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue describes detecting adjective-plus-verb compound constructions in the prose linter, but names no files or tests. Start by locating existing grammar checks and how they are tested; done means the example compound verb is reported while the suggested wording is not.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.