summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-07 09:48:47 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-07 09:48:47 -0400
commit5d586db09ae9af575f7cacaf0d8b72972ff337a7 (patch)
treecf11c519392eee50db84e0841a920c7f9a40d56c /static
parentc06ff931f01a4981c87f3bea375e844e4e65591a (diff)
convert accidental usage of markdown syntax
Diffstat (limited to 'static')
-rw-r--r--static/releases.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/releases.html b/static/releases.html
index c9194d53..d99e26a1 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -45,9 +45,9 @@
<p>The update packages have a internal signature verified by the update client (or
recovery image when sideloading). Downgrade attacks are also prevented, and downgrades
cannot be done unless a special downgrade update package has been signed with the
- release key. The internal payload for `update_engine` is also signed, providing
- another layer of signature verification and downgrade protection. Verified boot and
- the hardware-backed keystore also act as a final layer of protection.</p>
+ release key. The internal payload for <code>update_engine</code> is also signed,
+ providing another layer of signature verification and downgrade protection. Verified
+ boot and the hardware-backed keystore also act as a final layer of protection.</p>
<p>Releases are tested by the developers and are then pushed out via the Beta channel.
The release is then pushed out via the Stable channel after being tested by some users
using the Beta channel. In some cases, problems are caught during Beta channel testing