Skip to content

Commit

Permalink
wasm: Fix typo found in documentation (envoyproxy#33874)
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Friesen <[email protected]>
  • Loading branch information
jonfriesen authored and pull[bot] committed Aug 23, 2024
1 parent 5d6d6b1 commit d21daf4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/envoy/extensions/wasm/v3/wasm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ message VmConfig {
bool nack_on_code_cache_miss = 6;

// 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 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.
// WASI's ``environ_get`` and ``environ_get_sizes`` system calls. Note that these functions
// are generally called implicitly by your language's standard library. Therefore, you do not
// need to call them directly. You can access environment variables in the same way you would
// on native platforms.
// Warning: Envoy rejects the configuration if there's conflict of key space.
EnvironmentVariables environment_variables = 7;
}
Expand Down

0 comments on commit d21daf4

Please sign in to comment.