diff --git a/content/momentum/4/modules/4-adaptive.md b/content/momentum/4/modules/4-adaptive.md
index 0b6e93a5..632e6b74 100644
--- a/content/momentum/4/modules/4-adaptive.md
+++ b/content/momentum/4/modules/4-adaptive.md
@@ -354,29 +354,29 @@ Specify the name of the outbound throttle messages series. Default name is `OBTM
-
split_logs_by_binding
+ resume_from_cache
-If split_logs_by_binding is `false`, then the log file used will be named `/var/log/ecelerity/adaptive/adaptive.log`. If this option is `true` then the log file(s) used will be named /var/log/ecelerity/adaptive/*`bindingname`*.log, where `bindingname` is replaced with the name of the binding with which the operational event is associated. Default value is `false`.
+Introduced in Momentum 4.8.
+
+If set to `true`, the adaptive option values (typically message throttles) cached before a domain was suspended will be considered when it gets resumed (returns from suspension). It may be beneficial to set this to true if you want to avoid a domain being suspended over and over because of adaptive rules applied on default values. Default value is `false`.
- suspend_sweep_interval
+ split_logs_by_binding
-Specify how often, in seconds, to perform a sweep that checks for expired suspensions and re-enable the affected binding::domain. Default value is `60` seconds. Set to `0` to disable.
+If split_logs_by_binding is `false`, then the log file used will be named `/var/log/ecelerity/adaptive/adaptive.log`. If this option is `true` then the log file(s) used will be named /var/log/ecelerity/adaptive/*`bindingname`*.log, where `bindingname` is replaced with the name of the binding with which the operational event is associated. Default value is `false`.
- resume_from_cache
+ suspend_sweep_interval
-Introduced in Momentum 4.8.
-
-If set to `true`, the adaptive option values (typically message throttles) cached before a domain was suspended will be considered when it gets resumed (returns from suspension). It may be beneficial to set this to true if you want to avoid a domain being suspended over and over because of adaptive rules applied on default values. Default value is `false`.
+Specify how often, in seconds, to perform a sweep that checks for expired suspensions and re-enable the affected binding::domain. Default value is `60` seconds. Set to `0` to disable.