Skip to content

Commit

Permalink
docs: fixed typo (#13182)
Browse files Browse the repository at this point in the history
Signed-off-by: Ronald Petty <ronald.petty@rx-m.com>
  • Loading branch information
ronaldpetty authored Sep 18, 2020
1 parent d16242b commit b055dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/root/faq/api/why_versioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For the v3 xDS APIs, a brief list of the key improvements that were made with a
- Extensions now reflect the Envoy source tree layout under `envoy.extensions`.
* `std::regex` regular expressions were dropped from the API, in favor of RE2. The former have dangerous
security implications.
* `google.protobug.Struct` configuration of extensions was dropped from the API, in favor of
* `google.protobuf.Struct` configuration of extensions was dropped from the API, in favor of
typed configuration. This provides for better support for multiple instances of extensions, e.g.
in filter chains, and more flexible naming of extension instances.
* Over 60 deprecated fields were removed from the API.
Expand Down

0 comments on commit b055dd0

Please sign in to comment.