diff options
author | Marc Coquand <marc@mccd.space> | 2024-02-16 13:07:50 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-02-16 13:07:50 -0600 |
commit | bb4f569c26427b3f9b063abc1fd232666d36a17e (patch) | |
tree | 0c6684e8560c29c1e4761e7e1d6cc23ed540f1e6 | |
parent | 0773af2cc0a3410e16c549284c58034db315efa9 (diff) | |
download | mccd.space-bb4f569c26427b3f9b063abc1fd232666d36a17e.tar.gz mccd.space-bb4f569c26427b3f9b063abc1fd232666d36a17e.tar.bz2 mccd.space-bb4f569c26427b3f9b063abc1fd232666d36a17e.zip |
Fix small typo
Diffstat (limited to '')
-rw-r--r-- | posts/form-validation-gist.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/form-validation-gist.njk b/posts/form-validation-gist.njk index f145c65..2760b81 100644 --- a/posts/form-validation-gist.njk +++ b/posts/form-validation-gist.njk @@ -6,7 +6,7 @@ date: 2024-02-16 --- <p>I was working on my side-project in Dream and needed to have a way to easily validate forms, so I came up with the following code that -levarages the <a +leverage the <a href="https://jobjo.github.io//2019/04/24/ocaml-has-some-new-shiny-syntax.html">new syntax that came in OCaml 4.08</a>. I put this in a file validate.ml</p> <div class="sourceCode" id="cb1"><pre |