Skip to content

Commit

Permalink
Typofix for tulip indicators arronosc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmroche authored and askmike committed Dec 5, 2017
1 parent 30f7e32 commit 94d57a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tulind.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ methods.aroon = {
methods.aroonosc = {
requires: ['optInTimePeriod'],
create: (params) => {
verifyParams('arronosc', params);
verifyParams('aroonosc', params);

return (data, callback) => execute(callback, {
indicator: tulind.indicators.aroonosc,
Expand Down

0 comments on commit 94d57a7

Please sign in to comment.