Fixed a small typo

This commit is contained in:
M.Yasoob Ullah Khalid ☺ 2018-12-04 00:59:11 -05:00 committed by GitHub
parent d40851caa0
commit 2236cc58df
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