From bc2999b9e34277e028d44a97cc8a1d0008874527 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 17 Nov 2022 07:21:47 -0700 Subject: [PATCH] fix typo --- www/essays/hypermedia-friendly-scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/essays/hypermedia-friendly-scripting.md b/www/essays/hypermedia-friendly-scripting.md index c092f4e5..16dfa4d9 100644 --- a/www/essays/hypermedia-friendly-scripting.md +++ b/www/essays/hypermedia-friendly-scripting.md @@ -128,4 +128,4 @@ provide to integrate with the DOM and to trigger events, then that is a good rou approach. But, if not, and if there are no good alternatives, then use the JavaScript library as it is designed, and then simply -try to limit the conceptual exposer of that library to the rest of the application. \ No newline at end of file +try to limit the conceptual exposure of that library to the rest of the application. \ No newline at end of file