From 5c423caffdd43df40207512ac88bcef05d64697f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 10 Jun 2024 22:36:46 -0700 Subject: [PATCH] docs(users.md): fix typo --- docs/my-website/docs/proxy/users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/users.md b/docs/my-website/docs/proxy/users.md index c42b6409c3..d6f48c1bfa 100644 --- a/docs/my-website/docs/proxy/users.md +++ b/docs/my-website/docs/proxy/users.md @@ -103,7 +103,7 @@ curl --location 'http://localhost:4000/team/new' \ } ``` -#### **Add budget duration to users** +#### **Add budget duration to teams** `budget_duration`: Budget is reset at the end of specified duration. If not set, budget is never reset. You can set duration as seconds ("30s"), minutes ("30m"), hours ("30h"), days ("30d").