Fix typo
Co-authored-by: Benjamin Bennett <ben.bennett@hashicorp.com>
diff --git a/README.md b/README.md
index 1971d1a..dbcd1c9 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
ignored by earlier versions of consumers. This library **drops unknown attributes**,
which means it is unsuitable for any application which intends to filter data
or read-modify-write data which will be consumed downstream. Any application doing
- this will silently drop new data from new versions. For this applicaiton, you should
+ this will silently drop new data from new versions. For this application, you should
implement a custom decoder and encoder which preserves any unknown attributes
through a round-trip.