From 262f293c66edf61d5179d5091b444e0c6d1b8036 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Wed, 12 Mar 2025 14:14:10 -0400 Subject: [PATCH] Fix typo --- docs/manual/configuring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/configuring.rst b/docs/manual/configuring.rst index 82fe2eb7..a8d53123 100644 --- a/docs/manual/configuring.rst +++ b/docs/manual/configuring.rst @@ -55,7 +55,7 @@ To enable client-side framed replay add: ``client_side_replay: true`` to your config.yaml -In this mode, pywb will use the `wabac.js `_ service worker-based replay system that underlines `ReplayWeb.page `_ in live proxy mode. This may result in better replay for certain JavaScript-heavy sites. +In this mode, pywb will use the `wabac.js `_ service worker-based replay system that underlies `ReplayWeb.page `_ in live proxy mode. This may result in better replay for certain JavaScript-heavy sites. .. _dir_structure: