fix: small typo in import-action-entrypoint.ql

This commit is contained in:
0xflotus
2020-11-10 00:38:46 +01:00
committed by GitHub
parent 4b301bd34e
commit 1870040fac

View File

@@ -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