We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046f7b4 commit 6bba4acCopy full SHA for 6bba4ac
1 file changed
docs/api/context/store/localfilesystem.md
@@ -18,7 +18,7 @@ To create a file store, the following configuration can be used.
18
{% highlight javascript %}
19
contextStorage: {
20
default: {
21
- module:"file",
+ module:"localfilesystem",
22
config: {
23
// see below
24
}
0 commit comments