hdoc-tools 0.17.21 → 0.17.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/hdoc-module.js +1 -1
  2. package/package.json +1 -1
package/hdoc-module.js CHANGED
@@ -449,7 +449,7 @@
449
449
  }
450
450
 
451
451
  if (!items[i].link && !items[i].items) {
452
- response.errors.push(`The following Nav Item is missing has no link or items property: ${JSON.stringify(items[i])}`);
452
+ response.errors.push(`The following Nav Item has no link or items property: ${JSON.stringify(items[i])}`);
453
453
  }
454
454
  const item = items[i];
455
455
  if (!parentlink && item.link) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.17.21",
3
+ "version": "0.17.22",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {