We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bba4ac commit 8eed845Copy full SHA for 8eed845
1 file changed
docs/api/context/index.md
@@ -35,7 +35,7 @@ Each context store configuration consists of two parts; a `module` property and
35
property.
36
37
The `module` property identifies the context store plugin to use. It can either be
38
-the name of built-in module (currently either `memory` or `file`), or it should be
+the name of built-in module (currently either `memory` or `localfilesystem`), or it should be
39
a module that has been loaded using `require`.
40
41
{% highlight javascript %}
0 commit comments