Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 24, 2023
1 parent 26620be commit 0820880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ const App = () => {
headStyle={{ fontSize: "20px" }}
>
<p>
It sends the config to a Lambda running Envoy in{" "}
It validates a config via the Envoy{" "}
<a
href={
"https://www.envoyproxy.io/docs/envoy/latest/operations/cli#cmdoption-mode"
}
>
validate mode
</a>{" "}
and prints the result.
and returns the result.
<br />
There is a 30 second timeout on the linter due to API Gateway
limitations. Extremely large configs may reach that.
Expand All @@ -86,7 +86,7 @@ const App = () => {
headStyle={{ fontSize: "20px" }}
>
<p>
No and all sessions run on ephemeral Lambdas. But it's best to
No and all sessions run on ephemeral sessions. But it's best to
never send any sensitive data.
</p>
</Card>
Expand Down

0 comments on commit 0820880

Please sign in to comment.