[APM] Fix typo in linting docs (#114764)

This commit is contained in:
Søren Louv-Jansen 2021-10-13 10:33:33 +02:00 committed by GitHub
parent d9ef453b26
commit 5fdbd26229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
@ -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