Skip to content

Commit 38f9130

Browse files
author
Tom Barnes
committed
Fix English in domains.md.
1 parent 562eb91 commit 38f9130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ running in Kubernetes.
7373
hyphen and then the server name, all lower case, and underscores converted to dashes. For example, if `domainUID=domain1` and
7474
the WebLogic server name is `Admin_Server`, then its listen address becomes `domain1-admin-server`.
7575
* _Domain, Cluster, Server, and Network-Access-Point Names:_ WebLogic domain, cluster, server, and network-access-point (channel)
76-
names must contain only the characters `A-Z`, `a-z`, `0-9`, `-`, or `_`. This ensures they can be converted to
76+
names must contain only the characters `A-Z`, `a-z`, `0-9`, `-`, or `_`. This ensures that they can be converted to
7777
meet Kubernetes resource and DNS1123 naming requirements. (When generating pod and service names, the operator will convert
7878
configured names to lower case and substitute `-` for each `_`.)
7979
* _Node Ports:_ If you choose to expose any WebLogic channels outside the Kubernetes cluster via a `NodePort`, for example, the

0 commit comments

Comments
 (0)