Skip to content

Commit de584e5

Browse files
authored
Minor tweak of wording for useModulesFromConfig in updatenotification.md (#339)
Minor change in wording to useModulesFromConfig. Main edit was adding the word "of". Other changes are more cosmetic.
1 parent 297084b commit de584e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/updatenotification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following properties can be configured:
3131
| `updates` | Array of updates modules commands. <br> **Default value:** `[]` (see bellow) |
3232
| `updateTimeout` | Maximum Update duration before cancel it. <br> **Default Value:** `120000` (2 minutes) |
3333
| `updateAutorestart` | Restart automatically MagicMirror² after update is done. <br> **Default Value:** `false` |
34-
| `useModulesFromConfig` | If `false` iterate over modules directory instead using modules defined in `config.js`. <br> **Default Value:** `true` |
34+
| `useModulesFromConfig` | If `false`, iterate over the modules directory instead of using the modules defined in `config.js`. <br> **Default Value:** `true` |
3535

3636
### `updates` Array
3737

0 commit comments

Comments
 (0)