Преглед изворни кода

docs: typo in comments

Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com>
Nicolas Duchon пре 1 година
родитељ
комит
b09575297d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      nginx.tmpl

+ 1 - 1
nginx.tmpl

@@ -497,7 +497,7 @@ proxy_set_header Proxy "";
     {{- range $path, $containers := $tmp_paths }}
         {{- /* Get the VIRTUAL_PROTO defined by containers w/ the same vhost-vpath, falling back to "http". */}}
         {{- $proto := trim (or (first (groupByKeys $containers "Env.VIRTUAL_PROTO")) "http") }}
-        {{- /* Get the NETWORK_ACCESS defined by codontainers w/ the same vhost, falling back to "external". */}}
+        {{- /* Get the NETWORK_ACCESS defined by containers w/ the same vhost, falling back to "external". */}}
         {{- $network_tag := or (first (groupByKeys $containers "Env.NETWORK_ACCESS")) "external" }}
 
         {{- $upstream := $upstream_name }}