diff --git a/README.md b/README.md index f1793fb..16b06f2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Afero is easy to use and easier to adopt. A few different ways you could use Afero: * Use the interfaces alone to define your own file system. -* Wraper for the OS packages. +* Wrapper for the OS packages. * Define different filesystems for different parts of your application. * Use Afero for mock filesystems while testing