From 72020bd61d4577846ca205079a640f5326d4e0c1 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 12 Aug 2025 18:10:07 -0400 Subject: Docs: fix example descriptions --- docs/dev/bnil-modifying.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dev') diff --git a/docs/dev/bnil-modifying.md b/docs/dev/bnil-modifying.md index 5c2d2690..b888ed6e 100644 --- a/docs/dev/bnil-modifying.md +++ b/docs/dev/bnil-modifying.md @@ -805,8 +805,8 @@ Then, when registering your Workflow Activity, make two copies of the Activity, wf->RegisterActivity(new Activity(R"~( { "name": "extension.my_extension.do_the_thing.dry_run", - "title": "My IL Modifications", - "description": "Does some IL modifications.", + "title": "My IL Modifications Dry Run", + "description": "My IL Modifications (dry run)", "eligibility": { "auto": { "default": true @@ -822,7 +822,7 @@ Then, when registering your Workflow Activity, make two copies of the Activity, { "name": "extension.my_extension.do_the_thing", "title": "My IL Modifications", - "description": "Does some IL modifications.", + "description": "My IL Modifications", "eligibility": { "auto": { "default": false -- cgit v1.3.1