diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 38f456f702a66d..5a471ef8dad423 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -910,8 +910,8 @@ of two ways:
 - Using the [`verify.update()`][] and [`verify.verify()`][] methods to verify
   the signature.
 
-  The [`crypto.createSign()`][] method is used to create `Sign` instances.
-  `Sign` objects are not to be created directly using the `new` keyword.
+The [`crypto.createVerify()`][] method is used to create `Verify` instances.
+`Verify` objects are not to be created directly using the `new` keyword.
 
 Example: Using `Verify` objects as streams: