diff --git a/dev_docs/best_practices.mdx b/dev_docs/best_practices.mdx
index 2cdad808ebc4c..6156c05197289 100644
--- a/dev_docs/best_practices.mdx
+++ b/dev_docs/best_practices.mdx
@@ -58,7 +58,7 @@ Add `README.md` to all your plugins and services and include contact information
Over-refactoring can be a problem in it's own right, but it's still important to be aware of the existing services that are out there and use them when it makes sense. Check out our to see what high-level services are at your disposal. In addition, our lists additional services.
-## Pull requests
+## Feature development
### Timing