diff --git a/docs/framework/bootstrap.md b/docs/framework/bootstrap.md
index babc4bb805b145a407909028a3795f58fb9fcaa7..439123ff064327660dfb66fd06044e1e19453a1c 100644
--- a/docs/framework/bootstrap.md
+++ b/docs/framework/bootstrap.md
@@ -22,7 +22,7 @@ If you are writing code for example a Drupal or Backdrop module, Joomla Extensio
   - Settings: Load all the settings from the Database civicrm_setting table
   - Extensions: (if $dsn) - Load all Extensions enabled
   - Container: (if $dsn) Load container configuration (e.g. hook_civicrm_container)
-1. hook_civicrm_config - Notify Extensions that the container has been booted (if $dsn)
+4. hook_civicrm_config - Notify Extensions that the container has been booted (if $dsn)
 
 ## How to Bootstrap CiviCRM