Skip to content

Commit 7377eb2

Browse files
authored
Merge pull request #338 from kentcdodds/patch-1
fix homepage example
2 parents 83fdc91 + 1ca960a commit 7377eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bar():
1111
**foo.js**
1212

1313
```js
14-
export function bar() {
14+
export default function bar() {
1515
//
1616
}
1717
```

0 commit comments

Comments
 (0)