diff --git a/homestar-invocation/src/task/instruction/nonce.rs b/homestar-invocation/src/task/instruction/nonce.rs index a821a111..3b7fcf3d 100644 --- a/homestar-invocation/src/task/instruction/nonce.rs +++ b/homestar-invocation/src/task/instruction/nonce.rs @@ -108,7 +108,7 @@ impl JsonSchema for Nonce { instance_type: Some(SingleOrVec::Single(InstanceType::String.into())), metadata: Some(Box::new(Metadata { description: Some( - "A 12-byte or 16-byte nonce. Use empty string for no nonce.".to_string(), + "A 12-byte or 16-byte nonc. Use empty string for no nonce.".to_string(), ), ..Default::default() })),