There's three occurrences of "[current settings object](https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object)'s [relevant global object](https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global)" in the spec, but a settings object doesn't have a "relevant global object", only a "[global object](https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global)". Using "[current global object](https://html.spec.whatwg.org/multipage/webappapis.html#current-global-object)" is also an option.