From 2f8d9cb33e590b34076fdabf8cae9e2e74afc54c Mon Sep 17 00:00:00 2001 From: Dmitry Savintsev Date: Fri, 17 Apr 2020 18:02:40 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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