diff --git a/charts/airflow/README.md b/charts/airflow/README.md
index c2a6cc8e..b1f20f4e 100644
--- a/charts/airflow/README.md
+++ b/charts/airflow/README.md
@@ -139,7 +139,7 @@ Please note, this chart is __independent__ from the official chart in the `apach
- [`Mount Extra Persistent Volumes`](https://github.com/airflow-helm/charts/tree/main/charts/airflow/docs/faq/kubernetes/mount-persistent-volumes.md) ⭐
- [`Mount Files from Secrets/ConfigMaps`](https://github.com/airflow-helm/charts/tree/main/charts/airflow/docs/faq/kubernetes/mount-files.md)
- [`Mount Environment Variables from Secrets/ConfigMaps`](https://github.com/airflow-helm/charts/tree/main/charts/airflow/docs/faq/kubernetes/mount-environment-variables.md)
- - [`Configure Pod Affinity/Selectors/Tolerations/TopologySpreadConstraints`](https://github.com/airflow-helm/charts/tree/main/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md)
+ - [`Configure Pod Affinity, Selectors, Tolerations, TopologySpreadConstraints`](https://github.com/airflow-helm/charts/tree/main/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md)
- [`Include Extra Kubernetes Manifests`](https://github.com/airflow-helm/charts/tree/main/charts/airflow/docs/faq/kubernetes/extra-manifests.md)
## Examples
diff --git a/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md b/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md
index 184e46d4..92a1811a 100644
--- a/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md
+++ b/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md
@@ -2,7 +2,7 @@
> Note, this page was written for the [`User-Community Airflow Helm Chart`](https://github.com/airflow-helm/charts/tree/main/charts/airflow)
-# Configure Pod Affinity/Selectors/Tolerations/TopologySpreadConstraints
+# Configure Pod Affinity, Selectors, Tolerations, TopologySpreadConstraints
If your environment needs to use Pod [affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity),
[nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector),