Skip to content

Commit

Permalink
review: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Feb 24, 2021
1 parent c389247 commit 2077a4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/envoy/extensions/wasm/v3/wasm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ message VmConfig {

// Specifies environment variables to be injected to this VM which will be available through
// WASI's `environ_get` and `environ_get_sizes` system calls. Note that these functions are mostly implicitly
// called in your language's std libs, so you do not need to call them directly and you can access to env
// called in your language's standard library, so you do not need to call them directly and you can access to env
// vars just like when you do on native platforms.
EnvironmentVariables environment_variables = 7;
}
Expand All @@ -106,7 +106,7 @@ message EnvironmentVariables {
// variables, then that key-value pair will be injected. Note that if a key does not exist, it will be ignored.
repeated string host_env_keys = 1;

// Explicitly given key-value paris to be injected to this VM in the form of "KEY=VALUE".
// Explicitly given key-value pairs to be injected to this VM in the form of "KEY=VALUE".
map<string, string> key_values = 2;
}

Expand Down
4 changes: 2 additions & 2 deletions generated_api_shadow/envoy/extensions/wasm/v3/wasm.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2077a4e

Please sign in to comment.