From 1870040facaf352a1f502a3ce248e36314858d4c Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 10 Nov 2020 00:38:46 +0100 Subject: [PATCH] fix: small typo in import-action-entrypoint.ql --- queries/import-action-entrypoint.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/import-action-entrypoint.ql b/queries/import-action-entrypoint.ql index 462ed93df..531010f11 100644 --- a/queries/import-action-entrypoint.ql +++ b/queries/import-action-entrypoint.ql @@ -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