Skip to content

Commit c6fea0a

Browse files
authored
Fix typo
1 parent ebb6f5b commit c6fea0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/current/_includes/v25.1/cdc/configure-all-changefeed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PAUSE JOBS (WITH x AS (SHOW CHANGEFEED JOBS) SELECT job_id FROM x WHERE status =
99

1010
This will change the status for each of the running changefeeds to `paused`, which can be verified with [`SHOW CHANGEFEED JOBS`]({% link {{ page.version.version }}/show-jobs.md %}#show-changefeed-jobs).
1111

12-
To resume all running changefeeds:
12+
To resume all paused changefeeds:
1313

1414
{% include_cached copy-clipboard.html %}
1515
~~~sql

0 commit comments

Comments
 (0)