From 1fb76899b256ffa14025b2690ddc1693581ef48f Mon Sep 17 00:00:00 2001 From: Maximilian Kolb Date: Fri, 31 Jan 2025 11:02:32 +0100 Subject: [PATCH] Fix spelling of resource (#3633) Refs 4cce64dc405fa9a9e76541e80e94b59377e620ee --- .../modules/proc_assigning-resource-quotas-to-a-user.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/common/modules/proc_assigning-resource-quotas-to-a-user.adoc b/guides/common/modules/proc_assigning-resource-quotas-to-a-user.adoc index 906418a366..5552d77438 100644 --- a/guides/common/modules/proc_assigning-resource-quotas-to-a-user.adoc +++ b/guides/common/modules/proc_assigning-resource-quotas-to-a-user.adoc @@ -36,6 +36,6 @@ $ hammer user update \ --resource-quota-ids _My_Resource_Quota_IDs_ ---- + -If you want to make resouce quota optional, add the `--resource-quota-is-optional true` option. +If you want to make resource quota optional, add the `--resource-quota-is-optional true` option. + For all options, see `hammer user update --help`.