Skip to content

Commit a6d0789

Browse files
authored
docs: fix wasm plugin traffic selector docs (#2748)
Signed-off-by: Pratyush Singhal <psinghal20@gmail.com>
1 parent 9eaf4bd commit a6d0789

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extensions/v1alpha1/wasm.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/v1alpha1/wasm.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/v1alpha1/wasm.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ message WasmPlugin {
321321
// traffic will be selected.
322322
message TrafficSelector {
323323
// Criteria for selecting traffic by their direction.
324-
// Note that CLIENT and SERVER are analogous to INBOUND and OUTBOUND,
324+
// Note that CLIENT and SERVER are analogous to OUTBOUND and INBOUND,
325325
// respectively.
326326
// For the gateway, the field should be CLIENT or CLIENT_AND_SERVER.
327327
// If not specified, the default value is CLIENT_AND_SERVER.

0 commit comments

Comments
 (0)