From df8b514e88cd09a3e3455b0616ed28710e6ceb97 Mon Sep 17 00:00:00 2001 From: Alexandrialexie Date: Sun, 13 Nov 2022 11:12:09 -0500 Subject: [PATCH] Added a between in and module in README --- farmdata2_modules/fd2_tabs/fd2_example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/farmdata2_modules/fd2_tabs/fd2_example/README.md b/farmdata2_modules/fd2_tabs/fd2_example/README.md index de15dd3..28f2926 100644 --- a/farmdata2_modules/fd2_tabs/fd2_example/README.md +++ b/farmdata2_modules/fd2_tabs/fd2_example/README.md @@ -75,7 +75,7 @@ To add a new sub-tab to the `xyz` module: ### JavaScript and CSS Libraries ### -JavaScript and CSS libraries can be included in module by adding them to the module configuration files (i.e. `.info` and `.module`). +JavaScript and CSS libraries can be included in a module by adding them to the module configuration files (i.e. `.info` and `.module`). #### Local Libraries #### @@ -215,4 +215,4 @@ Resources and references for writing Cypress tests for Vue Components can be fou The Cypress test runner (discussed above) also provides support for running Vue Component tests in the same Docker container. The Vue Component tests are run from the `farmdata2_modules` directory using the command: - `./test_runner.bash ct` -As noted above if this is the first time the Cypress test runner is launched it will take a number of minutes. Subsequent launches will be much faster. \ No newline at end of file +As noted above if this is the first time the Cypress test runner is launched it will take a number of minutes. Subsequent launches will be much faster.