Skip to content

Commit

Permalink
fix: add missing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 12, 2020
1 parent 75c7d3d commit f674d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export function incrementValue() {
}

export function feature() {
return 'cool';
return 'cool feature';
}

0 comments on commit f674d64

Please sign in to comment.