Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Feb 21, 2017
1 parent feb4b89 commit b4fc6a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/custom-navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you need custom navigation, you can create a HTML-based navigation bar (but n

## Markdown

Alternatively, you can create a custom markdown-based navigation file by setting `loadNavbar` to **true** and creating `_navbar.md`. Detaile are available in the [load-navbar configuration paragraph](configuration#load-navbar).
Alternatively, you can create a custom markdown-based navigation file by setting `loadNavbar` to **true** and creating `_navbar.md`. Details are available in the [load-navbar configuration paragraph](configuration#load-navbar).

```html
<!-- index.html -->
Expand Down
2 changes: 1 addition & 1 deletion docs/more-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docs/zh-cn/guide.md => http://domain.com/zh-cn/guide

## Custom sidebar

By default, the table of contents in the sidebar is automatically generated based on your markdown files. If you need a custom sidebar, then you can create your own `sidebar.md` (see [this documentation's sidebar](https://github.com/QingWei-Li/docsify/blob/master/docs/_sidebar.md) for an example):
By default, the table of contents in the sidebar is automatically generated based on your markdown files. If you need a custom sidebar, then you can create your own `_sidebar.md` (see [this documentation's sidebar](https://github.com/QingWei-Li/docsify/blob/master/docs/_sidebar.md) for an example):

First, you need to set `loadSidebar` to **true**. Details are available in the [configuration paragraph](configuration#load-sidebar).

Expand Down
2 changes: 1 addition & 1 deletion docs/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can manually initialize a Vue instance.
</template>

<script>
export default {
module.exports = {

This comment has been minimized.

Copy link
@reverland

reverland Feb 21, 2017

Contributor

现在知道为啥扎心疼了。。。

data: function () {
return { name: 'Vue' }
}
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</template>

<script>
export default {
module.exports = {
data: function () {
return { name: 'Vue' }
}
Expand Down

0 comments on commit b4fc6a9

Please sign in to comment.