diff --git a/OliverBooth/Controllers/Blog/BlogApiController.cs b/OliverBooth/Controllers/Blog/BlogApiController.cs
index 1d5a6a0..7065ae0 100644
--- a/OliverBooth/Controllers/Blog/BlogApiController.cs
+++ b/OliverBooth/Controllers/Blog/BlogApiController.cs
@@ -20,7 +20,7 @@ public sealed class BlogApiController : ControllerBase
/// Initializes a new instance of the class.
///
/// The .
- /// The .
+ /// The .
public BlogApiController(IBlogPostService blogPostService, IBlogUserService userService)
{
_blogPostService = blogPostService;