Skip to content

Commit 4d33948

Browse files
docs: fix tense
1 parent 165603c commit 4d33948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Similarly, millimeters can be defined with `Milli<Meter>`.
127127
We provide a `Brand` interface that can be extended to make `uom-types` brands
128128
compatible with 3rd party brands via interface merging.
129129

130-
Here's an example of make `uom-types` compatible with [`effect`](https://www.npmjs.com/package/effect):
130+
Here's an example of making `uom-types` compatible with [`effect`](https://www.npmjs.com/package/effect):
131131

132132
```ts
133133
import { Brand } from "effect";

0 commit comments

Comments
 (0)