Skip to content

Commit 690b289

Browse files
committed
docs(settings): update encode doc
1 parent e9c0fbd commit 690b289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/settings/types/setting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class SettingType {
2222
}
2323

2424
/**
25-
* Encode value to make it safe for storage. By default it stringifies Objects, otherwise it returns itself.
25+
* Encode value to make it safe for storage. By default it stringifies Objects, otherwise it returns the original value.
2626
*
2727
* Override this function to encode differently
2828
* @param {*} value object to encode

0 commit comments

Comments
 (0)