Skip to content

Commit dbc8ef3

Browse files
committed
Typo
1 parent 890cf69 commit dbc8ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function dashicons_picker_scripts() {
2020
add_action( 'admin_enqueue_scripts', 'dashicons_picker_scripts' );
2121
```
2222

23-
Together, the 2 files are less than 8KB. And that is unminified, which is very small indeed. And as you can see in the code above, the CSS file is dependent on 'dashicons' so that will automatically include the stylesheets needed to view the dashicons font.
23+
Together, the 2 files are less than 8kB. And that is unminified, which is very small indeed. And as you can see in the code above, the CSS file is dependent on 'dashicons' so that will automatically include the stylesheets needed to view the dashicons font.
2424

2525
Then in your HTML, give the button a class or "dashicons-picker" and include a data-target attribute which stores the selector to the textbox:
2626

0 commit comments

Comments
 (0)