]> git.feebdaed.xyz Git - 0xmirror/mitmproxy.git/commitdiff
docs: fix typos in some files (#7981)
authorEdge-Seven <143301646+Edge-Seven@users.noreply.github.com>
Tue, 18 Nov 2025 08:56:35 +0000 (15:56 +0700)
committerGitHub <noreply@github.com>
Tue, 18 Nov 2025 08:56:35 +0000 (09:56 +0100)
Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
examples/contrib/webscanner_helper/proxyauth_selenium.py

index 579fcc3d205c95d80ca4436d360c1bb7c3d85499..987c54c537f757dfd9ca15bbcfaea6da1d77b63b 100644 (file)
@@ -46,7 +46,7 @@ class SeleniumAddon:
     """This Addon can be used in combination with web application scanners in order to help them to authenticate
     against a web application.
 
-    Since the authentication is highly dependant on the web application, this add-on includes the abstract method
+    Since the authentication is highly dependent on the web application, this add-on includes the abstract method
     *login*. In order to use the add-on, a class for the web application inheriting from SeleniumAddon needs to be
     created. This class needs to include the concrete selenium actions necessary to authenticate against the web
     application. In addition, an authentication oracle which inherits from AuthorizationOracle should be created.