Skip to content

Commit 178a42c

Browse files
committed
Fix truncated mermaid diagram text
Changed 'SSL Monitor Operation API' to 'SSL Monitor Operation' in the mermaid diagram to prevent text truncation that was showing as 'SSL Monitor Operation AP' in the rendered output. Signed-off-by: Nic Cope <[email protected]>
1 parent 5f729d9 commit 178a42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/master/whats-crossplane/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ flowchart TD
242242
user(User)
243243
244244
subgraph control [Control Plane]
245-
operation(SSL Monitor Operation API)
245+
operation(SSL Monitor Operation)
246246
247247
subgraph crossplane [Operation Engine]
248248
fn(Python Function)

0 commit comments

Comments
 (0)