From c88d9e5e4d778cd356581c5e0b34d22daf7f0431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stian=20L=C3=A5gstad?= Date: Fri, 8 Oct 2021 20:54:24 +0200 Subject: [PATCH] Fix typo: paramaters->parameters --- Guide/testing.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guide/testing.markdown b/Guide/testing.markdown index b5a71db61..6a443816d 100644 --- a/Guide/testing.markdown +++ b/Guide/testing.markdown @@ -38,7 +38,7 @@ spec = beforeAll (makeConfig >>= mockContext WebApplication) do ... ``` -In order to execute database queries and run controller actions, the implicit context paramaters must be bound in the testing environment using [`withContext`](https://ihp.digitallyinduced.com/api-docs/IHP-Test-Mocking.html#v:withContext). Here is an example test to check there are no users in the database: +In order to execute database queries and run controller actions, the implicit context parameters must be bound in the testing environment using [`withContext`](https://ihp.digitallyinduced.com/api-docs/IHP-Test-Mocking.html#v:withContext). Here is an example test to check there are no users in the database: ```haskell describe "User controller" $ do