Skip to content

Commit 4fe796a

Browse files
fix typos
1 parent 991c2f5 commit 4fe796a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ composer.phar
1111
/release
1212
cypress/videos
1313
cypress/screenshots
14+
.DS_Store

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ The support is still experimental since it's also marked as experimental in the
9090
Please be aware that this plugin does not include the Bootstrap library in your website. You need to do this by yourself.
9191
We decided not to include the library so that you can modify Bootstrap to your own needs before loading it.
9292

93-
The easiest way to do this is to add the following to your theme's `function.php`:
93+
The easiest way to do this is to add the following to your theme's `functions.php`:
9494

9595
```php
9696
function mytheme_load_bootstrap() {
9797
if ( is_admin() ) {
98-
return;
98+
return;
9999
}
100100

101101
wp_enqueue_style( 'bootstrap', 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css', array(), '4.3.1' );

0 commit comments

Comments
 (0)