Skip to content

Commit 71e501a

Browse files
author
Arman
authored
fix typo
tpyically -> typically
1 parent dc5093f commit 71e501a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ remembered and reused, even after the Pod is running, for at least a few seconds
150150
If you need to discover Pods promptly after they are created, you have a few options:
151151

152152
- Query the Kubernetes API directly (for example, using a watch) rather than relying on DNS lookups.
153-
- Decrease the time of caching in your Kubernetes DNS provider (tpyically this means editing the config map for CoreDNS, which currently caches for 30 seconds).
153+
- Decrease the time of caching in your Kubernetes DNS provider (typically this means editing the config map for CoreDNS, which currently caches for 30 seconds).
154154

155155

156156
As mentioned in the [limitations](#limitations) section, you are responsible for

0 commit comments

Comments
 (0)