mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[docs] Removes another instance of kibCoreSavedObjectsPluginApi (#139735)
Follow-up to #139682 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
eb525ce0b5
commit
26a503daa7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Es-lint overrides on a per-plugin level are discouraged.
|
|||
|
||||
## Using the SavedObjectClient
|
||||
|
||||
The <DocLink id="kibCoreSavedObjectsPluginApi" section="def-public.SavedObjectsClient" text="SavedObjectClient" /> should always be used for reading and writing saved objects that you manage. For saved objects managed by other plugins, their plugin APIs should be used instead.
|
||||
The SavedObjectClient should always be used for reading and writing saved objects that you manage. For saved objects managed by other plugins, their plugin APIs should be used instead.
|
||||
|
||||
Good:
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue