Skip to content

Commit 07a5d87

Browse files
authored
Merge pull request #94 from liip/fix-typos
fix typos
2 parents 257a3c8 + 5823016 commit 07a5d87

3 files changed

Lines changed: 4 additions & 3 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' );

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The support is still experimental since it's also marked as experimental in the
9393

9494
Please be aware that this plugin does not include the Bootstrap library in your website. You need to do this by yourself. We decided not to include the library so that you can modify Bootstrap to your own needs before loading it.
9595

96-
You'll find an example how to include it in your theme's `function.php` in the [documentation](https://github.com/liip/bootstrap-blocks-wordpress-plugin#bootstrap-library).
96+
You'll find an example how to include it in your theme's `functions.php` in the [documentation](https://github.com/liip/bootstrap-blocks-wordpress-plugin#bootstrap-library).
9797

9898
= Templates =
9999

0 commit comments

Comments
 (0)