Skip to content

Commit

Permalink
docs: fix typo in security.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Aug 27, 2021
1 parent 2bcba4e commit 4a4e5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ So, how do we use jshiki while avoiding common pitfalls? We can take a few steps
- **Restrict creating expressions to only those that need to be able to do so.**

If there is no need for a certain users to write expressions, there is no reason why they should have access to create them. The fewer people have access to creating expressions, the less likely you are to encounter an attack.
If there is no need for certain users to write expressions, there is no reason why they should have access to create them. The fewer people have access to creating expressions, the less likely you are to encounter an attack.

> If, for example, you have a site that uses expressions for business rules, and you want to allow users to create expressions, you should assign the ability to edit expressions only to those users who need to edit business rules.
Expand Down

0 comments on commit 4a4e5c7

Please sign in to comment.