Skip to content

Commit

Permalink
Added a between in and module in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-byte committed Nov 13, 2022
1 parent 85b8277 commit df8b514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions farmdata2_modules/fd2_tabs/fd2_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ####

Expand Down Expand Up @@ -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.
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.

0 comments on commit df8b514

Please sign in to comment.