Merge pull request #187 from yasoob/patch-1

Fixed a small typo
This commit is contained in:
Michail Kargakis 2020-03-27 21:30:35 +01:00 committed by GitHub
commit de012fc5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ Afero is easy to use and easier to adopt.
A few different ways you could use Afero:
* Use the interfaces alone to define you own file system.
* Wrap for the OS packages.
* Use the interfaces alone to define your own file system.
* Wraper for the OS packages.
* Define different filesystems for different parts of your application.
* Use Afero for mock filesystems while testing