From 7415e45867d35bc2cf8494c51f56333c2cae8208 Mon Sep 17 00:00:00 2001 From: bcheidemann Date: Sun, 21 Feb 2021 00:24:19 +0000 Subject: [PATCH] docs: fix typo in README.md replace 'alternative file sytem' with 'alternative file system provider' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f3a5a..5965163 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ which filer tries to match as closely as possible. Note that some methods from f not available, even though typescript will tell you that they are! See [Getting Started](#getting-started) for more details on filers limitations. -If you wish to use an alternative file sytem in place of the default (IndexedDB), you must also +If you wish to use an alternative file system provider in place of the default (IndexedDB), you must also include an alias for this in your webpack config. For example, if you wish to use an "in memory" file system, configure webpack as shown below.