Skip to content

Commit 046f7b4

Browse files
authored
Update context.md
1 parent 51048ad commit 046f7b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user-guide/context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ For example, to enable file-based storage, the following options can be used:
5757
{% highlight javascript %}
5858
contextStorage: {
5959
default: {
60-
module: "file"
60+
module: "localfilesystem"
6161
}
6262
}
6363
{% endhighlight %}
6464

65-
Node-RED provides two built-in store modules: `memory` and `file`. It is also
65+
Node-RED provides two built-in store modules: `memory` and `localfilesystem`. It is also
6666
possible to create custom store plugins.
6767

6868
Full details on the built-in modules, and how to create custom modules, is

0 commit comments

Comments
 (0)