Skip to content

Commit 3090a15

Browse files
authored
fix: typo (#4369)
Signed-off-by: guoguangwu <[email protected]>
1 parent fe5390b commit 3090a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/configuration/ingress-resources/basic-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The NGINX Ingress Controller imposes the following restrictions on Ingress resou
113113
- When defining an Ingress resource, the `host` field is required.
114114
- The `host` value needs to be unique among all Ingress and VirtualServer resources unless the Ingress resource is a [mergeable minion](/nginx-ingress-controller/configuration/ingress-resources/cross-namespace-configuration/). See also [Handling Host and Listener Collisions](/nginx-ingress-controller/configuration/handling-host-and-listener-collisions).
115115
- The `path` field in `spec.rules[].http.paths[]` is required for `Exact` and `Prefix` `pathTypes`.
116-
- The ImplementationSpecific `pathType` is treated as equivilent to `Prefix` `pathType`, with the exception that when this `pathType` is configured, the `path` field in `spec.rules[].http.paths[]` is not mandatory. `path` defaults to `/` if not set but the `pathType` is set to ImplementationSpecific.
116+
- The ImplementationSpecific `pathType` is treated as equivalent to `Prefix` `pathType`, with the exception that when this `pathType` is configured, the `path` field in `spec.rules[].http.paths[]` is not mandatory. `path` defaults to `/` if not set but the `pathType` is set to ImplementationSpecific.
117117

118118
## Advanced Configuration
119119

tests/suite/test_virtual_server_error_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_redirect_strategy(self, kube_apis, crd_ingress_controller, virtual_serv
4242
)
4343
print(f"redirect to uri: {resp.next.url}")
4444
except AttributeError as e:
45-
print(f"Exception occured: {e}")
45+
print(f"Exception occurred: {e}")
4646
retry = +1
4747
continue
4848
break

0 commit comments

Comments
 (0)