Skip to content

Commit

Permalink
Update sharing saved objects dev docs
Browse files Browse the repository at this point in the history
Unrelated to this PR but I noticed that this needed to be changed.
  • Loading branch information
jportner committed Sep 16, 2021
1 parent d09765c commit db3aee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/advanced/sharing-saved-objects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ deprecate and remove them.
[[sharing-saved-objects-faq-resolve-outcomes]]
==== 5. Why are there three different resolve outcomes?

The `resolve()` function first checks if an object with the given ID exists, and then it checks if an object has an alias with the given ID.
The `resolve()` function checks both if an object with the given ID exists, _and_ if an object has an alias with the given ID.

1. If only the former is true, the outcome is an `'exactMatch'` -- we found the exact object we were looking for.
2. If only the latter is true, the outcome is an `'aliasMatch'` -- we found an alias with this ID, that pointed us to an object with a
Expand Down

0 comments on commit db3aee5

Please sign in to comment.