We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50c27f commit 9f9383bCopy full SHA for 9f9383b
_posts/2025-07-25-the-extensibility-api.md
@@ -68,7 +68,7 @@ high-resolution timestamp, `cssEnd`, using `performance.mark()` once more.
68
Lastly, we use `performance.measure()` to create a measure of the duration of
69
the delta between `cssStart` and `cssEnd`.
70
71
-We could log any of the above `marks()` or `measures()` to the console. For
+We could log any of the above `.mark()`s or `.measure()`s to the console. For
72
example, to get the start time of `cssStart`, we could do:
73
74
```js
0 commit comments