Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Alternatively, see them live at [chenglou.me/pretext](https://chenglou.me/pretex

Pretext serves 2 use cases:

### 1. Measure a paragraph's height _without ever touching DOM_
### 1. Measure paragraph's height _without ever touching DOM_
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Header grammar reads a bit off: “Measure paragraph's height” should likely be “Measure a paragraph's height” (as previously) or “Measure paragraph height” without the possessive, for readability/consistency.

Suggested change
### 1. Measure paragraph's height _without ever touching DOM_
### 1. Measure paragraph height _without ever touching DOM_

Copilot uses AI. Check for mistakes.

```ts
import { prepare, layout } from '@chenglou/pretext'
Expand Down
Loading