From 8c5e6c29d685872e008a45619d669fc92dbcf148 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Thu, 30 Aug 2018 10:05:20 -0700 Subject: [PATCH] Update trex_configure.md Fixed JavaScript typo found by @jakkyn --- docs/trex_configure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trex_configure.md b/docs/trex_configure.md index 8eb31239..5d4334a3 100644 --- a/docs/trex_configure.md +++ b/docs/trex_configure.md @@ -84,7 +84,7 @@ $(document).ready(function () { })(); ``` -In the JavScript code for the popup dialog window, you would add your code for initializing the dialog and for setting and saving the configuration settings. +In the JavaScript code for the popup dialog window, you would add your code for initializing the dialog and for setting and saving the configuration settings. ```javascript