Explorar o código

chore: fix typo in DEVELOPMENT.md (#720)

Signed-off-by: timesince <seekseat@icloud.com>
timesince hai 2 semanas
pai
achega
5df983c388
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      DEVELOPMENT.md

+ 1 - 1
DEVELOPMENT.md

@@ -83,7 +83,7 @@ just test
 
 ### Running Integration Tests
 ```bash
-just itest REDB/SQLITE/MEMEORY
+just itest REDB/SQLITE/MEMORY
 ```
 
 NOTE: if this command fails on macos change the nix channel to unstable (in the `flake.nix` file modify `nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";` to `nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";`)