We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165603c commit 4d33948Copy full SHA for 4d33948
docs/index.md
@@ -127,7 +127,7 @@ Similarly, millimeters can be defined with `Milli<Meter>`.
127
We provide a `Brand` interface that can be extended to make `uom-types` brands
128
compatible with 3rd party brands via interface merging.
129
130
-Here's an example of make `uom-types` compatible with [`effect`](https://www.npmjs.com/package/effect):
+Here's an example of making `uom-types` compatible with [`effect`](https://www.npmjs.com/package/effect):
131
132
```ts
133
import { Brand } from "effect";
0 commit comments