From 6d19a35ed11d841f8dbbf886014ce714b347f8ab Mon Sep 17 00:00:00 2001 From: Victor Turansky Date: Sat, 19 Jul 2025 02:58:42 +0200 Subject: [PATCH] fix: method name corrected `FetchLater` -> `fetchLater` (#40437) --- files/en-us/web/api/fetchlaterresult/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/fetchlaterresult/index.md b/files/en-us/web/api/fetchlaterresult/index.md index 581b08a3f0bb054..3321207d5d1a15b 100644 --- a/files/en-us/web/api/fetchlaterresult/index.md +++ b/files/en-us/web/api/fetchlaterresult/index.md @@ -9,7 +9,7 @@ browser-compat: api.FetchLaterResult {{APIRef("fetchLater API")}}{{SeeCompatTable}} -The **`FetchLaterResult`** interface of the [`fetchLater()` API](/en-US/docs/Web/API/fetchLater_API) is returned by the {{domxref("Window.FetchLater()")}} method after a deferred fetch has been created. +The **`FetchLaterResult`** interface of the [`fetchLater()` API](/en-US/docs/Web/API/fetchLater_API) is returned by the {{domxref("Window.fetchLater()")}} method after a deferred fetch has been created. It contains a single `activated` property that indicates whether the deferred request has been sent out or not.