Browse Source

Merge pull request #28 from bertyhell/patch-2

Fix minor typo in xapi.js
pull/31/head
o1lab 6 years ago committed by GitHub
parent
commit
07487a41b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/xapi.js

2
lib/xapi.js

@ -148,7 +148,7 @@ class Xapi {
stat.apis += resources[j]['routes'].length
// iterate over rach routes in resource and map function
// iterate over each routes in resource and map function
for (var i = 0; i < routes.length; ++i) {
switch (routes[i]['routeType']) {

Loading…
Cancel
Save