Skip to content

Commit ff13517

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
RPP: fix typo in 3p deps experiment text
Bug: none Change-Id: I84a26ee83f8e3b6a6f71c86d8332024c39434e59 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6187114 Commit-Queue: Jack Franklin <[email protected]> Auto-Submit: Jack Franklin <[email protected]> Reviewed-by: Adriana Ixba <[email protected]> Commit-Queue: Adriana Ixba <[email protected]>
1 parent 7e6df93 commit ff13517

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
@@ -406,7 +406,7 @@ export class MainImpl {
406406

407407
Root.Runtime.experiments.register(
408408
Root.Runtime.ExperimentName.TIMELINE_THIRD_PARTY_DEPENDENCIES,
409-
'Performance panel: enable third party depenedency features',
409+
'Performance panel: enable third party dependency features',
410410
);
411411

412412
Root.Runtime.experiments.enableExperimentsByDefault([

0 commit comments

Comments
 (0)