Commit 41dc28b
authored
fix: bubble integration doc (#1925)
Fixed missing code block closure in Bubble integration documentation
This PR fixes a formatting issue in the Bubble integration documentation
where a JSON code block was not properly closed. The missing closing
code block marker (```) has been added after line 109, ensuring the
proper rendering of the documentation and preventing subsequent content
from being incorrectly formatted as code.
This minor adjustment makes the rest of the doc more readable and
follows the Markdown format.1 parent d71d61d commit 41dc28b
File tree
1 file changed
+1
-0
lines changed- sources/platform/integrations/workflows-and-notifications
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments