mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Fix typos in docs & dev_docs (#113746)
This commit is contained in:
parent
5e18fb1899
commit
58f6d9002a
72 changed files with 92 additions and 92 deletions
|
@ -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" />.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue