From 7c122498bdc8ebb6be37b61c9c9acc54e599994e Mon Sep 17 00:00:00 2001 From: Rafi Estrada <62263912+TheRiffRafi@users.noreply.github.com> Date: Fri, 2 Oct 2020 03:16:26 -0500 Subject: [PATCH] [Docs] Correct typo (#63102) --- docs/reference/how-to/recipes/scoring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/how-to/recipes/scoring.asciidoc b/docs/reference/how-to/recipes/scoring.asciidoc index 1703feafe85..47a3622aabf 100644 --- a/docs/reference/how-to/recipes/scoring.asciidoc +++ b/docs/reference/how-to/recipes/scoring.asciidoc @@ -28,7 +28,7 @@ from the replica (which still have plenty of deleted documents) so that scores are different too. The recommended way to work around this issue is to use a string that identifies -the user that is logged is (a user id or session id for instance) as a +the user that is logged in (a user id or session id for instance) as a <>. This ensures that all queries of a given user are always going to hit the same shards, so scores remain more consistent across queries.