Skip to content

Commit

Permalink
[APM] Fix typo in linting docs (#114764)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Oct 13, 2021
1 parent d9ef453 commit 5fdbd26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x-pack/plugins/apm/dev_docs/linting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Linting
# Linting

_Note: Run the following commands from the root of Kibana._
_Note: Run the commands from the root of Kibana._

### Typescript

Expand All @@ -19,4 +19,3 @@ yarn prettier "./x-pack/plugins/apm/**/*.{tsx,ts,js}" --write
```
node scripts/eslint.js x-pack/legacy/plugins/apm
```
diff --git a/x-pack/plugins/apm/dev_docs/feature_flags.md b/x-pack/plugins/apm/dev_docs/feature_flags.md

0 comments on commit 5fdbd26

Please sign in to comment.