diff --git a/docs/dev/pallet_conventions.md b/docs/dev/pallet_conventions.md
index e5175f3050eb2e81744916cf948c1b1c6e0025ef..d7b9d7829280a74b1109faf2a130ff8385f286e8 100644
--- a/docs/dev/pallet_conventions.md
+++ b/docs/dev/pallet_conventions.md
@@ -5,7 +5,7 @@
 Custom Duniter pallet calls should adhere to the standard Substrate naming convention:
 
 - `action_` for regular calls (e.g., `create_identity`).
-- `force_`  for calls with a privileged origin (e.g., `force_remove_identity`).
+- `force_action_`  for calls with a privileged origin (e.g., `force_remove_identity`).
 
 ## Error