diff --git a/docs/nerf_dataset_tips.md b/docs/nerf_dataset_tips.md
index 59fb118fab911491bd573ab534a9e52eb7be94f9..7d8b66db5c666ad4d1b6c89423b112263cba8cef 100644
--- a/docs/nerf_dataset_tips.md
+++ b/docs/nerf_dataset_tips.md
@@ -32,7 +32,7 @@ The effect can be seen in the image below:
 
 <img src="assets/nerfboxrobot.jpg" width="100%"/>
 
-The cameras are still somewhat centered on the "object of interest" within the unit cube; however the aabb_scale parameter, here set to 16, causes the NeRF implementation to trace rays out to a larger bounding box (of side length 16) containing the background elements, centered at `[0.5,0.5,0.5]`.
+The cameras are still somewhat centered on the "object of interest" within the unit cube; however the aabb_scale parameter, here set to 16, causes the NeRF implementation to trace rays out to a larger bounding box (of side length 16) containing the background elements, centered at `[0.5, 0.5, 0.5]`.
 
 ## Scaling existing datasets