Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed May 6, 2017
1 parent 1f0bef3 commit 5ee2fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const di = require('mikro-di').di;

module.exports = {

/** @var {YourFunkyService} sendits */
/** @var {YourFunkyService} funkyService */
funkyService: di.YourFunkyService,

yourHandler: function (req, res) {
Expand Down

0 comments on commit 5ee2fda

Please sign in to comment.