From 2bb6e14b93da5634009af9cd17185829465d9519 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Mon, 18 Nov 2024 14:37:03 +0100 Subject: [PATCH] Add missing code formatting to navigator description --- features/navigator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/navigator.yml b/features/navigator.yml index 7ffdbb86779..f66f28ae58d 100644 --- a/features/navigator.yml +++ b/features/navigator.yml @@ -1,5 +1,5 @@ name: Navigator -description: "The window.navigator API is a generic global object, under which many other, more interesting APIs are located. It doesn't do anything interesting on its own." +description: "The `window.navigator` API is a generic global object, under which many other, more interesting APIs are located. It doesn't do anything interesting on its own." spec: https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object compat_features: - api.Navigator