summaryrefslogtreecommitdiff
path: root/static/faq.html
diff options
context:
space:
mode:
authorsmdyv <88971341+smdyv@users.noreply.github.com>2021-11-10 17:27:47 +0100
committerDaniel Micay <danielmicay@gmail.com>2021-11-10 11:35:10 -0500
commit531f7af87ba6b7e403404e1b7f57c8c7e9987d8c (patch)
tree37609117b74a5b4a74c27953adc71e99cd159268 /static/faq.html
parent0d474342012dd2fcdb814e5cb0ceea9445dc8c3b (diff)
Fix typo
Diffstat (limited to 'static/faq.html')
-rw-r--r--static/faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html
index a6f0e2cd..414eff54 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -1120,7 +1120,7 @@
<p>In order to properly implement either push messaging or frequent polling
themselves, an app needs to run a foreground service. This is displayed as a
persistent notification. It will normally be marked as a silent notification
- with the lowest possible priority, so it will be collapsed as the bottom and
+ with the lowest possible priority, so it will be collapsed at the bottom and
won't show up as an icon in the status bar or on the lockscreen. A battery
optimization exception is also needed for the app to bypass device idle states
and run while the device is idle. If you can tolerate delays while the device