You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/01/26 11:12:29 UTC

[flink-statefun] branch release-3.0 updated: [hotfix][docs] Fix typo

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-3.0
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/release-3.0 by this push:
     new 8ca76a0  [hotfix][docs] Fix typo
8ca76a0 is described below

commit 8ca76a0d0b8a38884ad051bd7b1c19e27119e21c
Author: Ken Krugler <ke...@transpac.com>
AuthorDate: Wed Jan 26 03:12:23 2022 -0800

    [hotfix][docs] Fix typo
---
 docs/content/docs/deployment/module.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/deployment/module.md b/docs/content/docs/deployment/module.md
index af5eef0..22f37e1 100644
--- a/docs/content/docs/deployment/module.md
+++ b/docs/content/docs/deployment/module.md
@@ -38,7 +38,7 @@ module:
         kind: http
       spec:
         functions: com.example/*
-        urlPathTempalte: https://bar.foo.com/{function.name}
+        urlPathTemplate: https://bar.foo.com/{function.name}
     ingresses:
       - ingress:
         meta:
@@ -298,4 +298,4 @@ module:
           id: example/my-egress
           type: # egress type
         spec: # egress specific configurations
-```
\ No newline at end of file
+```