소스 검색

Fix syntax

HON95 1 년 전
부모
커밋
285f2a8eed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cloud/cloudflare.md

+ 1 - 1
cloud/cloudflare.md

@@ -49,7 +49,7 @@ Mostly a list of how I like things in Cloudflare, for the very few features I us
             - Then: Dynamic, `concat("https://example.net", http.request.uri.path)`, 301 (permanent), preserve query string.
         - "Redirect to other site" (redirect rule) (if this domain doesn't have its own main site):
             - When: `Hostname equals "example.example"`
-            - Then: Static, `https://example.net)`, 303 (temporary).
+            - Then: Static, `https://example.net`, 303 (temporary, see other).
 - Network:
     - Websockets: On
     - gRPC: On