diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-10-10 20:25:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-10 20:25:11 +0300 |
commit | 67fd6b6e5ea6b843a4427bed62a31e96f3ff0a1f (patch) | |
tree | 09689cc4f3b1194012f0e0830a49692cdd6fd1d8 /documentation/CBI.md | |
parent | a9948891a8d0262e88e43472c13fdb0d3ba9c72b (diff) | |
parent | 401382a459743db941738a645822b443ecfdc596 (diff) |
Merge pull request #2197 from yangfl/master
treewide: Fix typos in comments
Diffstat (limited to 'documentation/CBI.md')
-rw-r--r-- | documentation/CBI.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/CBI.md b/documentation/CBI.md index e937fe6048..d4bc4c34e5 100644 --- a/documentation/CBI.md +++ b/documentation/CBI.md @@ -131,7 +131,7 @@ If you call this function several times the dependencies will be linked with **" Adds an entry to the selection list #### property .widget = "select" -**"select"** shows a selction list, **"radio"** shows a list of radio buttons inside form +**"select"** shows a selection list, **"radio"** shows a list of radio buttons inside form #### property .default = nil The default value @@ -194,7 +194,7 @@ If you call this function several times the dependencies will be linked with **" Adds an entry to the list #### property .widget = "checkbox" -**"select"** shows a selction list, **"checkbox"** shows a list of checkboxes inside form +**"select"** shows a selection list, **"checkbox"** shows a list of checkboxes inside form #### property .delimiter = " " The string which will be used to delimit the values inside stored option |