Skip to content

Commit 076cf76

Browse files
authored
fix typos (#1391)
1 parent 598494a commit 076cf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In the parlance of [*Form, Command, and Model Validation*](https://verraes.net/2
5959

6060
*attrs* emphatically does **not** try to be a validation library, but a toolkit to write well-behaved classes like you would write yourself.
6161
If you'd like a powerful library for structuring, unstructuring, and validating data, have a look at [*cattrs*](https://catt.rs/) which is an official member of the *attrs* family.
62-
One of it's core tenants is that it doesn't couple your classes to external factors.
62+
One of its core tenets is that it doesn't couple your classes to external factors.
6363

6464

6565
## … namedtuples?

0 commit comments

Comments
 (0)