Skip to content

Commit

Permalink
fix: small typo in import-action-entrypoint.ql
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored and GitHub committed Nov 9, 2020
1 parent 4b301bd commit 1870040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/import-action-entrypoint.ql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name Import action entrypoint
* @description Importing the entrpoint file for an action is dangerous
* @description Importing the entrypoint file for an action is dangerous
* because the code from that action will be run when the file is imported.
* @kind problem
* @problem.severity error
Expand Down

0 comments on commit 1870040

Please sign in to comment.