Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jun 9, 2020
1 parent 35b562a commit cf11771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/infra/public/apps/legacy_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const LegacyApp: React.FunctionComponent<{ history: History<unknown> }> = ({ his
nextSearch = undefined;
}

// app/inra#infrastructure/metrics/:type/:node was changed to app/metrics/detail/:type/:node, this
// app/infra#infrastructure/metrics/:type/:node was changed to app/metrics/detail/:type/:node, this
// accounts for that edge case
nextPath = nextPath.replace('metrics/', 'detail/');

Expand Down

0 comments on commit cf11771

Please sign in to comment.