Minor Typo: build -> built (#13977)

This commit is contained in:
Khary Mendez 2023-10-07 10:17:20 -04:00 committed by GitHub
parent b3286a4bf4
commit ad957dad43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ owner: istio/wg-user-experience-maintainers
test: no
---
Istiod is build with a flexible introspection framework, called ControlZ, which makes it easy to inspect and manipulate the internal state
Istiod is built with a flexible introspection framework, called ControlZ, which makes it easy to inspect and manipulate the internal state
of an istiod instance. Istiod opens a port which can be used from a web browser to get an interactive view into its state,
or via REST for access and control from external tools.