diff --git a/multi-area-model.ipynb b/multi-area-model.ipynb
index 99a25c885abd79e3cb8eeded82f22396d0fbc6db..d7a3c5fb68a286cdbedd3e52564bfeaee2eee3ff 100644
--- a/multi-area-model.ipynb
+++ b/multi-area-model.ipynb
@@ -415,14 +415,6 @@
     "### 2.4. Extract and visualize inter-areal connectivity <a class=\"anchor\" id=\"section_2_4\"></a>"
    ]
   },
-  {
-   "cell_type": "markdown",
-   "id": "53cc3cdd-e623-4adc-8ae5-a36775417892",
-   "metadata": {},
-   "source": [
-    "The inter-areal connectivity of the model is expressed as the relative indegrees for each target area. The relative indegrees for each target area are calculated as following: the value in the cell showing the stregnth of connection from a source area to a target area is calculated as the indegree from the source area to the target area divided by the sum of all indegrees to the target area."
-   ]
-  },
   {
    "cell_type": "markdown",
    "id": "8a7c09e0",
@@ -440,6 +432,14 @@
     "  `{<target_area>: {<target_pop>: {<source_area>: {<source_pop>: number_of_synapses}}}}`"
    ]
   },
+  {
+   "cell_type": "markdown",
+   "id": "6b473f0e-ceca-47e1-9563-a613574497c4",
+   "metadata": {},
+   "source": [
+    "The figure below shows the inter-areal connectivity of the model expressed as the relative indegrees of each target area. The relative indegree of a target area from a specific source area is calculated by dividing its indegree by the sum of indegrees that the target area receives from all sources."
+   ]
+  },
   {
    "cell_type": "markdown",
    "id": "5c15ee30-b5eb-4024-b127-98ab68337ec0",