diff --git a/best-practices/README.md b/best-practices/README.md
index e9f40dd98cc13ebf1aa06b4a6577fb8d22ff207b..8c68dfbc752ff39bc740de7151eff7ba9a8f650f 100644
--- a/best-practices/README.md
+++ b/best-practices/README.md
@@ -195,7 +195,7 @@ A project automation is usually done in CI/CD pipelines. Read [Gitlab CI/CD arti
 
 Following table shows the different cloud usage phases:
 
-| Cloud usage phase | Cloud resource management | Project packaging | Project deployment | Project execution | Project data synchronization | Project troubleshooting |
+| Cloud usage phase | Cloud resource provisioning / management | Project packaging | Project deployment | Project execution | Project data synchronization | Project troubleshooting |
 | :---              | :---:                     | :-----------:     | :------:           | :------------:    | :------------:               | :------------:          |
 | ineffective manual approach | manual (`ssh`)      | manually built binaries (versioned?) | manual deployment (scp) | manual execution (ssh) | manual transfers (scp) | manual investigation on VM (scp) |
 | ...               | ...                       | ...               | ...                | ...               | ...                          | ...                     |