diff --git a/index.bs b/index.bs index 46c95ea..9d418a4 100644 --- a/index.bs +++ b/index.bs @@ -669,13 +669,12 @@ The registerTool(tool, optionsgetTools(options) method steps 1. Let |callerOrigin| be |toolRequestor|'s [=Document/origin=]. - 1. If |toolOwnerIsRequested| be true if |targetOrigin| is [=same origin=] with |callerOrigin|, - or if |from origins| [=list/contains=] |targetOrigin|; otherwise, false. + 1. Let |toolOwnerIsRequested| be true if |targetOrigin| is [=same origin=] with + |callerOrigin|, or if |from origins| [=list/contains=] |targetOrigin|; otherwise, false. 1. If |toolOwnerIsRequested| is false, then [=iteration/continue=].