Skip to content

Commit

Permalink
docs: Fix syntax error in mermaid flowchart for router coprocessor in…
Browse files Browse the repository at this point in the history
… `main` (#3698)

Apply fix in #3694 to `main`
  • Loading branch information
shorgi authored Aug 28, 2023
1 parent 972d8e5 commit 3566c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/customizations/coprocessor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ flowchart TB;
client --"<b>1.</b> Sends request"--> routerService;
routerService <-."<b>2.</b> Can send request<br/>details to coprocessor<br/>and receive modifications".-> coprocessing;
routerService --"<b>3</b>"--> supergraphService;
supergraphService <-"<b>4.</b> Can send request<br/>details to coprocessor<br/>and receive modifications".-> coprocessing;
supergraphService <-."<b>4.</b> Can send request<br/>details to coprocessor<br/>and receive modifications".-> coprocessing;
supergraphService --"<b>5</b>"--> executionService;
executionService --"<b>6</b>"--> subgraphService;
subgraphService <-."<b>7.</b> Can send request<br/>details to coprocessor<br/>and receive modifications".-> coprocessing;
Expand Down

0 comments on commit 3566c1c

Please sign in to comment.