Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Nov 7, 2020
1 parent efb2f8a commit 471f254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export { IngestManagerOverview } from './overview';
export { EPMApp } from './epm';
export { AgentPolicyApp } from './agent_policy';
export { DataStreamApp } from './data_stream';
export { FleetApp } from './fleet';
export { FleetApp } from './agents';

export type Section = 'overview' | 'epm' | 'agent_policy' | 'fleet' | 'data_stream';

0 comments on commit 471f254

Please sign in to comment.