Skip to content

Commit f02dac7

Browse files
hocheung-chromiumDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
[entrypoints] Fixed an incorrect "Learn more" link
Due to a spelling error, the "Learn more" link cannot navigate to the corresponding content properly. Fixed: 407220713 Change-Id: Ia6a1db51f878823a950e0019b1116eea6e5c6896 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6436669 Commit-Queue: Ho Cheung <hocheung@chromium.org> Reviewed-by: Simon Zünd <szuend@chromium.org> Reviewed-by: Jack Franklin <jacktfranklin@chromium.org>
1 parent 2e5bee2 commit f02dac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/entrypoints/main/MainImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export class MainImpl {
316316
// Full Accessibility Tree
317317
Root.Runtime.experiments.register(
318318
'full-accessibility-tree', 'Enable full accessibility tree view in the Elements panel', undefined,
319-
'https://developer.chrome.com/blog/new-in-devtools-90/#accesibility-tree',
319+
'https://developer.chrome.com/blog/new-in-devtools-90/#accessibility-tree',
320320
'https://g.co/devtools/a11y-tree-feedback');
321321

322322
// Font Editor

0 commit comments

Comments
 (0)