From 5132937d4041c57c0b4ff3a6cd2ff204232b69b6 Mon Sep 17 00:00:00 2001 From: Curran Kelleher Date: Sun, 31 May 2015 13:20:32 -0700 Subject: [PATCH] synchronous -> asynchronous in description Noticed this typo so I thought I'd just go ahead and fix it. --- test/function/custom-path-resolver-async/_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/function/custom-path-resolver-async/_config.js b/test/function/custom-path-resolver-async/_config.js index 96ce9aa..acb62d0 100644 --- a/test/function/custom-path-resolver-async/_config.js +++ b/test/function/custom-path-resolver-async/_config.js @@ -1,7 +1,7 @@ var assert = require( 'assert' ); module.exports = { - description: 'uses a custom path resolver (synchronous)', + description: 'uses a custom path resolver (asynchronous)', options: { resolvePath: function ( importee, importer ) { var Promise = require( 'sander' ).Promise;