Skip to content

Commit 4614900

Browse files
committed
documentation: fix typo
1 parent f72f207 commit 4614900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-relative-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Use this rule to prevent importing packages through relative paths.
88

9-
It's useful in Yarn/Lerna workspaces, were it's possible to import a sibling
9+
It's useful in Yarn/Lerna workspaces, where it's possible to import a sibling
1010
package using `../package` relative path, while direct `package` is the correct one.
1111

1212
## Examples

0 commit comments

Comments
 (0)