From 20f4aebeda51a1e7f022f2c15afb8b3d447fd656 Mon Sep 17 00:00:00 2001 From: Julie Zhao Date: Tue, 26 Nov 2024 08:31:51 -0500 Subject: [PATCH] typo --- content/momentum/4/modules/openarc.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/momentum/4/modules/openarc.md b/content/momentum/4/modules/openarc.md index 6f3f1781..e6e4cf99 100644 --- a/content/momentum/4/modules/openarc.md +++ b/content/momentum/4/modules/openarc.md @@ -13,7 +13,8 @@ ARC validation on a received email, and ARC siging and sealing on an outgoing em When the module is enabled, ARC validation and signing/sealing can be achieved through calling these APIs from hook policies. -### Configuration + +### Configuration You need to enable the openarc module in the ecelerity configuration file to use the feature: @@ -41,4 +42,4 @@ spool. No any message modification expected after this stage. To avoid undefined multiple implementations of the same hook, you shall only have up to one implementation for this hook. And it's the best place to call `msys.validate.opendarc.sign`. -See API examples for hook usages. +See API examples for hook usages.