Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 7860c79

Browse files
imcuong98rilwis
authored andcommitted
Edit texts
Wrong grammar
1 parent d7715a7 commit 7860c79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_docs/fields/slider.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Name | Value | Description
2929
`range` | `min` | Create a range from the minimum value to one handle.
3030
`value` | `$field['std']` | Set the default field value.
3131

32-
If you set `range` to `true`, then the plugin will saves 2 values in the database, separated by pipe (`|`) character, e.g. `15|90`.
32+
If you set `range` to `true`, the plugin will save 2 values in the database, separated by pipe (`|`) character, e.g. `15|90`.
3333

3434
## Sample code
3535

@@ -39,7 +39,7 @@ array(
3939
'id' => 'slider',
4040
'type' => 'slider',
4141

42-
// Text labels displayed before and after value
42+
// Text labels display before and after value
4343
'prefix' => '$',
4444
'suffix' => ' USD',
4545

@@ -59,7 +59,7 @@ array(
5959

6060
This field simply saves a single selected value (without the prefix and suffix) in the database.
6161

62-
If the field is cloneable, then the value is stored as a serialized array in a single row in the database.
62+
If the field is cloneable, the value is stored as a serialized array in a single row in the database.
6363

6464
## Template usage
6565

0 commit comments

Comments
 (0)