Skip to content

Commit 57fc524

Browse files
authored
Fix typo in roots.js (#1608)
accross -> across
1 parent af1b449 commit 57fc524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {};
44
/**
55
* Named roots.
66
* This is where pbjs stores generated structures (the option `-r, --root` specifies a name).
7-
* Can also be used manually to make roots available accross modules.
7+
* Can also be used manually to make roots available across modules.
88
* @name roots
99
* @type {Object.<string,Root>}
1010
* @example

0 commit comments

Comments
 (0)