From d4c9ba600efbe88f2f64c181c0a54c5a474e0872 Mon Sep 17 00:00:00 2001 From: carson Date: Wed, 25 Nov 2020 17:35:09 -0700 Subject: [PATCH] better language --- www/examples/file-upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/examples/file-upload.md b/www/examples/file-upload.md index 9ec4108c..0202b91f 100644 --- a/www/examples/file-upload.md +++ b/www/examples/file-upload.md @@ -47,4 +47,4 @@ The hyperscript version is very similar, except: ``` -Note that this hyperscript allows you to destructure properties from `details` into variables directly +Note that hyperscript allows you to destructure properties from `details` directly into variables \ No newline at end of file