From 4fe31f946d0cebe426a057d48e1d2abde60f5db4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Nov 2024 21:22:43 +0000 Subject: [PATCH] Fix repeated word "the" in code comment https://github.com/hydephp/develop/commit/7f50bb93942f922035c4d31b28ae5c311fe2d1fd --- resources/assets/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/app.js b/resources/assets/app.js index 5013481..8081ae9 100644 --- a/resources/assets/app.js +++ b/resources/assets/app.js @@ -1,3 +1,3 @@ /* -* This is the main JavaScript used by webpack to build the the app.js file. +* This is the main JavaScript used by webpack to build the app.js file. */