17109: Fixes typo.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 21 Jan 2021 18:15:20 +0000 (15:15 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 21 Jan 2021 18:15:20 +0000 (15:15 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

doc/api/keep-web-urls.html.textile.liquid

index 90df5b9fd6fc4ff8452726d10aae86630ecb6263..1770a259b7b0cc3c213bf6ca52f89d3d54413093 100644 (file)
@@ -76,7 +76,7 @@ pre. http://collections.example.com/collections/uuid_or_pdh/foo/bar.txt
 
 h2(#same-site). Same-site requirements for requests with tokens
 
-Although keep-web doesn't care about the domain part of the URL, the clients do: specially when rendering inline content.
+Although keep-web doesn't care about the domain part of the URL, the clients do: especially when rendering inline content.
 
 When a client passes a token in the URL, keep-web sends a redirect response placing the token in a @Set-Cookie@ header with the @SameSite=Lax@ attribute. The browser will ignore the cookie if it's not coming from a _same-site_ request, and thus its subsequent request will fail with a @401 Unauthorized@ error.