Skip to content

Commit

Permalink
Fix minor string typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Apr 6, 2024
1 parent 575ae82 commit 662ee68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Pagy from "./pagy-module";
// Toplevel var (needed for generating the production file)
// Toplevel var (needed to generate the production file)
window.Pagy = Pagy;
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Ruby is tested with `minitest` through `rake` tasks.

## Run the Ruby tests

Almost every test recreates a different environment and must run in a separate process in order to avoid to override other tests. That means that you can run a single test file (or a single spec in a test file) and it will be OK, but you cannot run a directory of test file, with a single minitest command because they will interfere with each other and will fail.
Almost every test recreates a different environment and must run in a separate process in order to avoid to override other tests. That means that you can run a single test file (or a single spec in a test file) and it will be OK, but you cannot run a directory of test files, with a single minitest command because they will interfere with each other and will fail.

### Rake tasks

Expand Down

0 comments on commit 662ee68

Please sign in to comment.