Skip to content

Commit

Permalink
Merge pull request #28 from bitfocus/bug/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
istnv authored Apr 18, 2024
2 parents 264b195 + ab9e913 commit b6a415f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tplink-kasasmartplug",
"version": "2.1.4",
"version": "2.1.5",
"main": "src/index.js",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function getConfigFields() {
id: 'poll',
width: 12,
label: 'Polling',
value: 'Because Polling is necessary for proper module re-connet on error.\n\Since v2.1.4 it is always enabled',
value: 'Polling is necessary for re-connect on error.\n\Since v2.1.4 it is always enabled',
},
]
}

0 comments on commit b6a415f

Please sign in to comment.