Merge pull request #241 from dmitris/patch-1 - afero - [fork] go afero port for 9front
(HTM) git clone git@git.drkhsh.at/afero.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 38a8ffc10d05fcd6b6b24e271dfec59e185f94fd
(DIR) parent c17d29330031aab335093fc53ac2060eb6d5701d
(HTM) Author: Michail Kargakis <kargakis@protonmail.com>
Date: Mon, 4 May 2020 19:22:28 +0200
Merge pull request #241 from dmitris/patch-1
fix typo
Diffstat:
M README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git 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