Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guide/writing-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ the settings file. For most users that will be the default user directory - `~/.

*Since Node-RED 1.3.0*

By setting `functionExternalModules` to `true` in you *settings.js* file, the Function
By setting `functionExternalModules` to `true` in your *settings.js* file, the Function
node's edit dialog will provide a list where you can add additional modules
that should be available to the node. You also specify the variable that will
be used to refer to the module in the node's code.
Expand Down