From 6fd3140e0c7c774f56c3ee1098cd735387bd2ce2 Mon Sep 17 00:00:00 2001 From: Ian DesJardins Date: Tue, 30 Jul 2024 10:46:13 -0400 Subject: [PATCH] Fix typo in README.md docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Krassowski <5832902+krassowski@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16fb161..b9276a0 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ memory: ### Disk [partition] Usage -`jupyter-resource-usage` can also track Disk usage [of a defined parition] and report the `total` and `used` values as part of the `/api/metrics/v1` response. +`jupyter-resource-usage` can also track disk usage [of a defined partition] and report the `total` and `used` values as part of the `/api/metrics/v1` response. You enable tracking by setting the `track_disk_usage` trait (disabled by default):