From ebb2630d49761b7a0aa2c2cd8a0808ce7d4bf54f Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:09:50 -0400 Subject: [PATCH] Fix formating --- Resources-Library.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources-Library.md b/Resources-Library.md index c17a98a..3285dbb 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1189,8 +1189,10 @@ Modifies the response of all fetch requests in order to replace part of the text Run without any arguments to log requests. Parameters: - pattern + The pattern to replace. Can be a regex - replacement + The string to replace _pattern_ with. ***