diff --git a/pages/reference-smart-account/guards/setGuard.mdx b/pages/reference-smart-account/guards/setGuard.mdx index b19b909c0..549054ad5 100644 --- a/pages/reference-smart-account/guards/setGuard.mdx +++ b/pages/reference-smart-account/guards/setGuard.mdx @@ -8,7 +8,7 @@ Set Transaction Guard `guard` that checks transactions before execution. Since a guard has the full power to block Safe transaction executions, a broken guard can cause a denial of service for the Safe. Make sure to carefully audit - the guard code and design recovery mechanisms. + the guard code, and design recovery mechanisms. ## Usage