From a73d334d63c60c0cb39579499e8ddf193ed1bcbf Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 7 May 2019 19:26:32 +0200 Subject: [PATCH] Update triggers.md --- fn/develop/triggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fn/develop/triggers.md b/fn/develop/triggers.md index 33459e2..8f4d7ce 100644 --- a/fn/develop/triggers.md +++ b/fn/develop/triggers.md @@ -14,4 +14,4 @@ type: http source: /trigger-path ``` -This will cause the system to route requests arriving at the fn service at `/trigger-path` to the function specified in the fn.yaml file. \ No newline at end of file +This will cause the system to route requests arriving at the fn service at `/trigger-path` to the function specified in the func.yaml file.