aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index dd20a4a4..8e879b05 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -42,8 +42,8 @@ and easy to use and don't require developers to make many decisions.
The other level is low-level cryptographic primitives. These are often
dangerous and can be used incorrectly. They require making decisions and having
an in-depth knowledge of the cryptographic concepts at work. Because of the
-potential danger in working at this level, this is referred to as the "hazmat"
-layer.
+potential danger in working at this level, this is referred to as the
+"hazardous materials" or "hazmat" layer.
We recommend using the recipes layer whenever possible, and falling back to the
hazmat layer only when necessary.