Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Leonard Ehrenfried <[email protected]>
  • Loading branch information
t2gran and leonardehrenfried committed Oct 5, 2023
1 parent 0fa491f commit eec2025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/sandbox/VehicleRentalServiceDirectory.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ HTTP headers to add to the request. Any header key, value can be inserted.

List all networks to include. Use "network": "default-network" to set defaults.

If no default network exist only the listed networks are used. Configure the a network with
If no default network exists only the listed networks are used. Configure a network with
name "default-network" to include all unlisted networks. If not present, all unlisted
networks is dropped. Note! The values in the "default-network" are not used to set
networks are dropped. Note! The values in the "default-network" are not used to set
missing field values in networks listed.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ private static List<NetworkParameters> mapNetworkParameters(
)
.description(
"""
If no default network exist only the listed networks are used. Configure the a network with
If no default network exists only the listed networks are used. Configure a network with
name "{{default-network}}" to include all unlisted networks. If not present, all unlisted
networks is dropped. Note! The values in the "{{default-network}}" are not used to set
networks are dropped. Note! The values in the "{{default-network}}" are not used to set
missing field values in networks listed.
""".replace(
"{{default-network}}",
Expand Down

0 comments on commit eec2025

Please sign in to comment.