Merge pull request #241 from dmitris/patch-1

fix typo
This commit is contained in:
Michail Kargakis 2020-05-04 19:22:28 +02:00 committed by GitHub
commit 38a8ffc10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Afero is easy to use and easier to adopt.
A few different ways you could use Afero: A few different ways you could use Afero:
* Use the interfaces alone to define your own file system. * 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. * Define different filesystems for different parts of your application.
* Use Afero for mock filesystems while testing * Use Afero for mock filesystems while testing