diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-07 02:51:11 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-07 02:51:11 -0400 |
| commit | cfc67895a9d289863a0c1abca177742989db0e4a (patch) | |
| tree | 24d231f1864358c697bb001ec9912585585ad699 | |
| parent | 494a255bcce2df7ba490f1c0212b181feca2ed23 (diff) | |
fix typo in added faq section
| -rw-r--r-- | static/faq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index 7665432c..533a1f3d 100644 --- a/static/faq.html +++ b/static/faq.html @@ -1088,7 +1088,7 @@ JobScheduler rather than depending on Google Play services for the Firebase services. Typical examples of apps using this approach are a feed reader for RSS/Atom feeds or an email client providing notifications of new emails for a - server without IMAP IMAP push support.</p> + server without IMAP IDLE push support.</p> <p>Push messaging is the modern push-based model of receiving events from the server as they occur by keeping open a connection to it. Push messaging still |
