Remove apostrophe

This commit is contained in:
Michael Rose 2018-02-19 08:13:24 -05:00
parent f878aa943b
commit 1493db8fdf
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ This post should not appear in the search index because it has the following YAM
search: false
```
**Note:** `search: false` only works to exclude post's when using Lunr as a search provider.
**Note:** `search: false` only works to exclude posts when using Lunr as a search provider.
{: .notice--info}
To exclude files when using Algolia as a search provider add an array to `algolia.files_to_exclude` in your `_config.yml`. For more configuration options be sure to check their [full documentation](https://community.algolia.com/jekyll-algolia/options.html).

View file

@ -12,7 +12,7 @@ This post should not appear in the search index because it has the following YAM
search: false
```
**Note:** `search: false` only works to exclude post's when using **Lunr** as a search provider.
**Note:** `search: false` only works to exclude posts when using **Lunr** as a search provider.
{: .notice--info}
To exclude files when using **Algolia** as a search provider add an array to `algolia.files_to_exclude` in your `_config.yml`. For more configuration options be sure to check their [full documentation](https://community.algolia.com/jekyll-algolia/options.html).