aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2020-04-30 11:56:42 +0200
committerGitHub <noreply@github.com>2020-04-30 11:56:42 +0200
commit1348ef7de811bd8416286664ec6e0bdce20636d0 (patch)
tree8d86fe011f73b48d05c0ca4199639ffd793fce98
parentefcd73aecbdf3d4c74e5949e8a46699e237bf778 (diff)
downloadmitmproxy-1348ef7de811bd8416286664ec6e0bdce20636d0.tar.gz
mitmproxy-1348ef7de811bd8416286664ec6e0bdce20636d0.tar.bz2
mitmproxy-1348ef7de811bd8416286664ec6e0bdce20636d0.zip
docs: fix typo
-rw-r--r--docs/src/content/howto-install-system-trusted-ca-android.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/content/howto-install-system-trusted-ca-android.md b/docs/src/content/howto-install-system-trusted-ca-android.md
index 2ef67f30..2b41dcbd 100644
--- a/docs/src/content/howto-install-system-trusted-ca-android.md
+++ b/docs/src/content/howto-install-system-trusted-ca-android.md
@@ -9,7 +9,7 @@ menu:
[Since Android 7, apps ignore user certificates](https://android-developers.googleblog.com/2016/07/changes-to-trusted-certificate.html), unless they are configured to use them.
As most applications do not explicitly opt in to use user certificates, we need to place our mitmproxy CA certificate in the system certificate store,
-in order to avid having to patch each application, which we want to monitor.
+in order to avoid having to patch each application, which we want to monitor.
Please note, that apps can decide to ignore the system certificate store and maintain their own CA certificates. In this case you have to patch the application.
@@ -83,4 +83,4 @@ adb shell "chmod 664 /system/etc/security/cacerts/c8450d0d.0"
adb reboot
{{< / highlight >}}
-**Remember**: You **always** have to start the emulator using the `-writable-system` option in order to use your certificate \ No newline at end of file
+**Remember**: You **always** have to start the emulator using the `-writable-system` option in order to use your certificate