Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemGovorov committed Oct 4, 2013
1 parent 49fa958 commit 1f64d01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
lib-cov
.idea
*.seed
*.log
*.csv
Expand Down
6 changes: 3 additions & 3 deletions sampleConfig.js
Expand Up @@ -13,7 +13,7 @@ module.exports = function($) {
// $.proxy = 3000;

// in mapper function you can configure whether to trace certain scripts and how
// by returning configration object for the script(s) URL
// by returning configuration object for the script(s) URL
$.mapper = function(url) {

// no tracing for files that contain jquery in their names (jquery and plugins)
Expand All @@ -30,10 +30,10 @@ module.exports = function($) {
// set objectDump property to false for scripts where you don't need to trace function params and return values
// set minimum necessary limits inside objectDump property for scripts where need to trace function params and return values

// Following configration means that the rest of scripts are traced,
// Following configuration means that the rest of scripts are traced,
// prettified,
// function params and return values collected
// (object depth: 1 level, maximimum 3 properties or array elements, strings are truncated if more than 50 chars)
// (object depth: 1 level, maximum 3 properties or array elements, strings are truncated if more than 50 chars)
return {
url: url,
local: '',
Expand Down

0 comments on commit 1f64d01

Please sign in to comment.