From a0e90083e2d2515bbc7d2a5f5186961c13fbdb2b Mon Sep 17 00:00:00 2001 From: Alexandre Esteves <2335822+alexfmpe@users.noreply.github.com> Date: Thu, 11 Mar 2021 11:49:42 +0000 Subject: [PATCH] Fix typo --- jsaddle/jsaddle.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsaddle/jsaddle.cabal b/jsaddle/jsaddle.cabal index fa0ab4a1..6997d928 100644 --- a/jsaddle/jsaddle.cabal +++ b/jsaddle/jsaddle.cabal @@ -10,7 +10,7 @@ description: This package provides an EDSL for calling JavaScript that can be used both from GHCJS and GHC. When using GHC the application is run using Warp and WebSockets to - drive a small JavaScipt helper. + drive a small JavaScript helper. category: Web, Javascript author: Hamish Mackenzie