Merge branch '17833-arvput-cleaner-errors'
[arvados.git] / 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.