Skip to content

Commit 9f9383b

Browse files
committed
Pedantic consistency
1 parent a50c27f commit 9f9383b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-07-25-the-extensibility-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ high-resolution timestamp, `cssEnd`, using `performance.mark()` once more.
6868
Lastly, we use `performance.measure()` to create a measure of the duration of
6969
the delta between `cssStart` and `cssEnd`.
7070

71-
We could log any of the above `marks()` or `measures()` to the console. For
71+
We could log any of the above `.mark()`s or `.measure()`s to the console. For
7272
example, to get the start time of `cssStart`, we could do:
7373

7474
```js

0 commit comments

Comments
 (0)