Fix typos in docs & dev_docs (#113746)

This commit is contained in:
garanews 2021-10-07 20:30:32 +02:00 committed by GitHub
parent 5e18fb1899
commit 58f6d9002a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
72 changed files with 92 additions and 92 deletions

View file

@ -196,7 +196,7 @@ Over-refactoring can be a problem in it's own right, but it's still important to
Try not to put your PR in review mode, or merge large changes, right before Feature Freeze. It's inevitably one of the most volatile times for the
Kibana code base, try not to contribute to this volatility. Doing this can:
- increase the likelyhood of conflicts from other features being merged at the last minute
- increase the likelihood of conflicts from other features being merged at the last minute
- means your feature has less QA time
- means your feature gets less careful review as reviewers are often swamped at this time