Skip to content

Commit

Permalink
make vale happy
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dyszkiewicz <[email protected]>
  • Loading branch information
jakubdyszkiewicz committed Nov 30, 2023
1 parent ffbac01 commit 81537c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/_src/policies/meshproxypatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -1473,9 +1473,9 @@ All modifications from `appendModification` list are always merged.
For example, if there is a policy with `targetRef.kind: Mesh` and second policy with `targetRef.kind: MeshService` that matches a data plane proxy,
all modifications from both policies will be applied.

## JSON Patch
## Json patch

If you use JSON Patch, remember to always use _snakeCase_ instead of _camel_case_ in `path` parameter even though you see _camel_case_ in Envoy Config Dump.
If you use json patch, remember to always use _snakeCase_ instead of _camel_case_ in `path` parameter even though you see _camel_case_ in Envoy Config Dump.

## Examples

Expand Down

0 comments on commit 81537c9

Please sign in to comment.