Skip to content

Commit 79dd125

Browse files
committed
Edit pass
1 parent 69f7fb2 commit 79dd125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/v1_96.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ TODO@Tyriar
139139

140140
### Code Action accessibility signals
141141

142-
Some code actions can take a long time to complete, for example a quick fix to generate the alt text for an image by calling an external service. It might not be obvious when they were triggered or when they're fully applied. Therefore, we added accessibility signals to indicate that a code action was triggered or applied.
142+
Some code actions can take a long time to complete, for example a quick fix that calls an external service to generate image alt text. It might not be obvious when they were triggered or when they're fully applied. Therefore, we added accessibility signals to indicate that a code action was triggered or applied.
143143

144144
You can enable these signals with the `setting(accessibility.signals.codeActionTriggered)` and `setting(accessibility.signals.codeActionApplied)` settings.
145145

0 commit comments

Comments
 (0)