[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:
Tyler Smalley 2022-08-30 07:56:36 -07:00 committed by GitHub
parent eb525ce0b5
commit 26a503daa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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