Skip to content

Commit

Permalink
Fix typo in roots.js (#1608)
Browse files Browse the repository at this point in the history
accross -> across
  • Loading branch information
eltociear committed May 3, 2021
1 parent af1b449 commit 57fc524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roots.js
Expand Up @@ -4,7 +4,7 @@ module.exports = {};
/**
* Named roots.
* This is where pbjs stores generated structures (the option `-r, --root` specifies a name).
* Can also be used manually to make roots available accross modules.
* Can also be used manually to make roots available across modules.
* @name roots
* @type {Object.<string,Root>}
* @example
Expand Down

0 comments on commit 57fc524

Please sign in to comment.