Skip to content

Commit

Permalink
ZFS: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kinrokinro and coderabbitai[bot] authored Jan 21, 2025
1 parent 050e424 commit 6817122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how-to-guides/zfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ sudo zpool set autotrim=off $ZFS_POOL_NAME
```

:::tip NOTE
You always can trim maually: `sudo zpool trim $ZFS_POOL_NAME`
You can always trim manually: `sudo zpool trim $ZFS_POOL_NAME`
:::

### Disable sync
Expand Down

0 comments on commit 6817122

Please sign in to comment.