1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

Fix hungry developer typo

This commit is contained in:
Ruben Bridgewater
2016-05-27 16:51:43 +02:00
parent a90b791295
commit 899f9b7fe4
3 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ describe('utils.js', function () {
assert.strictEqual(Object.keys(b).length, 0);
});
it('transform camelCase options to snack_case and add the camel_case option', function () {
it('transform camelCase options to snake_case and add the camel_case option', function () {
var a = utils.clone({
optionOneTwo: true,
retryStrategy: false,