diff --git a/static/usage.html b/static/usage.html
index c2722f48..b2d10119 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -806,10 +806,11 @@
You can enable our exploit protection compatibility mode via Settings ➔ Apps ➔
App ➔ Exploit protection. The exploit protection compatibility mode toggle will:
- - Switch from hardened_malloc to Android's standard allocator (Scudo)
- - Reduce address space size from 48 bit to Android's standard 39 bit
- - Disable memory tagging, unless the app has opted-in to it (only on compatible devices)
- - Allow native debugging (ptrace) access
+ - Switch from hardened_malloc to Android's standard allocator (Scudo)
+ - Reduce address space size from 48 bit to Android's standard 39 bit
+ - Disable memory tagging, unless the app has opted-in to it (only on
+ compatible devices)
+ - Allow native debugging (ptrace) access
All of these changes apply only to the selected app and can be toggled separately.