Skip to content

Commit 41dc28b

Browse files
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 changed

sources/platform/integrations/workflows-and-notifications/bubble.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Dynamic values are available across Apify plugin fields. Use Bubble's **Insert d
107107
{
108108
"url": "Input URL's value"
109109
}
110+
```
110111

111112
:::tip Inserting dynamic data
112113

0 commit comments

Comments
 (0)