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

@ -33,7 +33,7 @@ all the "children" will be automatically included. However, when a "child" is ex
## Migrations and Backward compatibility
As your plugin evolves, you may need to change your Saved Object type in a breaking way (for example, changing the type of an attribtue, or removing
As your plugin evolves, you may need to change your Saved Object type in a breaking way (for example, changing the type of an attribute, or removing
an attribute). If that happens, you should write a migration to upgrade the Saved Objects that existed prior to the change.
<DocLink id="kibDevTutorialSavedObject" section="migrations" text="How to write a migration" />.