Skip to content

Commit

Permalink
call → calling
Browse files Browse the repository at this point in the history
Diff of the Year 2016
  • Loading branch information
Daniel15 committed Apr 27, 2016
1 parent d07ac8e commit 2d8232c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var plugins = [];
* Utility function for registering plugins.
*
* Plugins are simple functions that are passed the core jscodeshift instance.
* They should extend jscodeshift by call `registerMethods`, etc.
* They should extend jscodeshift by calling `registerMethods`, etc.
* This method guards against repeated registrations (the plugin callback will only be called once).
*
* @param {Function} plugin
Expand Down

0 comments on commit 2d8232c

Please sign in to comment.