From e93eca8ff126e807bbcf76ccff81f00b331fe2c3 Mon Sep 17 00:00:00 2001 From: Gustav Nikolaj Olsen Date: Thu, 25 Jun 2015 10:03:01 +0200 Subject: [PATCH] to call the callback docs: fix title of assertion link --- documentation/assertions/function/to-call-the-callback.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/assertions/function/to-call-the-callback.md b/documentation/assertions/function/to-call-the-callback.md index 8c25b042f..f74c9e613 100644 --- a/documentation/assertions/function/to-call-the-callback.md +++ b/documentation/assertions/function/to-call-the-callback.md @@ -28,7 +28,7 @@ ugh The assertion will pass even if the function passes an error to the callback. If you want that case to fail, look into the -[to call the callback without](/assertions/function/to-call-the-callback-without-error/) +[to call the callback without error](/assertions/function/to-call-the-callback-without-error/) assertion. If you want the parameters passed to the callback to be the subject of further assertions,