浏览代码

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

Signed-off-by: timesince <seekseat@icloud.com>
timesince 2 周之前
父节点
当前提交
5df983c388
共有 1 个文件被更改,包括 1 次插入1 次删除
  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";`)