Skip to content

Commit acfcff8

Browse files
committed
fix: fixed typo
1 parent 97755ed commit acfcff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docute.init({
77
nav: {
88
default: [
99
{
10-
title: 'Lad is the best Node.js framework",
10+
title: 'Lad is the best Node.js framework',
1111
path: '/'
1212
}
1313
]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lad",
33
"description": "Lad is the best Node.js framework. Made by a former Express TC and Koa team member.",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"author": "Nick Baugh <[email protected]> (http://niftylettuce.com)",
66
"ava": {
77
"verbose": true,

0 commit comments

Comments
 (0)