mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
Fix typo and formatting in docs (#523)
This commit is contained in:
parent
1a674885ae
commit
632ccfb8cd
7 changed files with 22 additions and 18 deletions
|
@ -52,7 +52,7 @@ Use the `<!--truncate-->` marker in your blog post to represent what will be sho
|
|||
|
||||
```
|
||||
---
|
||||
title: Truncation Exmaple
|
||||
title: Truncation Example
|
||||
---
|
||||
|
||||
All this will be part of the blog post summary.
|
||||
|
@ -72,9 +72,9 @@ Or this.
|
|||
|
||||
By default, 5 recent blog posts are shown on the sidebar.
|
||||
|
||||
You can configure a specifc amount of blog posts to show by adding a `blogSidebarCount` setting to your `siteConfig.js`.
|
||||
You can configure a specific amount of blog posts to show by adding a `blogSidebarCount` setting to your `siteConfig.js`.
|
||||
|
||||
The available options are an integer repreenting the number of posts you wish to show or a string with the value 'ALL'.
|
||||
The available options are an integer representing the number of posts you wish to show or a string with the value 'ALL'.
|
||||
|
||||
Example:
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue