Skip to content

Commit f674d64

Browse files
committed
fix: add missing feature
1 parent 75c7d3d commit f674d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ export function incrementValue() {
2020
}
2121

2222
export function feature() {
23-
return 'cool';
23+
return 'cool feature';
2424
}

0 commit comments

Comments
 (0)