diff --git a/index.bs b/index.bs
index 7a0fe21..7c80675 100644
--- a/index.bs
+++ b/index.bs
@@ -1526,7 +1526,7 @@ an [=empty host=], and a [=url/path=] consisting of one element itself also a [=
To
obtain a blob object given a [=blob URL entry=]
-|blobUrlEntry|, an [=environment=] or the string "`navigation`" |environment|:
+|blobUrlEntry|, an [=environment settings object=] or the string "`navigation`" |environment|:
1. Let |isAuthorized| be true.
1. If |environment| is not the string "`navigation`", then set |isAuthorized| to the result of [=checking for same-partition blob URL usage=] with |blobUrlEntry| and |environment|.
@@ -1616,7 +1616,7 @@ the environment where the
blob URL was created.
blob URL navigatio
to this restriction.
-To check for same-partition blob URL usage given a [=blob URL entry=] |blobUrlEntry| and an [=environment=] |environment|:
+To check for same-partition blob URL usage given a [=blob URL entry=] |blobUrlEntry| and an [=environment settings object=] |environment|:
1. Let |blobStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with |blobUrlEntry|'s [=blob URL entry/environment=].
1. Let |environmentStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with |environment|.