Skip to content

Commit 8eed845

Browse files
authored
Update index.md
1 parent 6bba4ac commit 8eed845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/context/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each context store configuration consists of two parts; a `module` property and
3535
property.
3636

3737
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
38+
the name of built-in module (currently either `memory` or `localfilesystem`), or it should be
3939
a module that has been loaded using `require`.
4040

4141
{% highlight javascript %}

0 commit comments

Comments
 (0)