Skip to content

Commit

Permalink
fix(docs): correct grammar in import/no-restricted-paths rule
Browse files Browse the repository at this point in the history
  • Loading branch information
unbeauvoyage authored Sep 26, 2024
1 parent 6218a8a commit de0d667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-restricted-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Some projects contain files which are not always meant to be executed in the same environment.
For example consider a web application that contains specific code for the server and some specific code for the browser/client. In this case you don’t want to import server-only files in your client code.

In order to prevent such scenarios this rule allows you to define restricted zones where you can forbid files from imported if they match a specific path.
In order to prevent such scenarios this rule allows you to define restricted zones where you can forbid files from being imported if they match a specific path.

## Rule Details

Expand Down

0 comments on commit de0d667

Please sign in to comment.