diff --git a/test/index.js b/test/index.js index 7977b9a..0773521 100644 --- a/test/index.js +++ b/test/index.js @@ -93,7 +93,7 @@ describe('textr', function() { }); - describe('params', function() { + describe('options', function() { it('should pass options through each middleware', function() { textr({ locale: 'ru' }) .use(function(text, opts) {