summaryrefslogtreecommitdiffstats
path: root/content/blog
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2024-03-05 07:41:29 +0200
committerAhmed Abdelhalim <[email protected]>2024-03-05 07:41:29 +0200
commit60fa740c0e595084ea5190767250031cbc311c22 (patch)
treea212ed1bd42fef65485606c7eb8bae262b11c42c /content/blog
parent08f693548591c4cbee842125368092b8a0112a32 (diff)
Enable RSS and fix typo
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/rails-pub-sub/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/rails-pub-sub/index.md b/content/blog/rails-pub-sub/index.md
index e85ed25..521d0dd 100644
--- a/content/blog/rails-pub-sub/index.md
+++ b/content/blog/rails-pub-sub/index.md
@@ -43,7 +43,7 @@ each other’s identity.
This design pattern is not new, and there are many tools that help incorporate
this design pattern into your code base,
such as:
-- [Wisper][2] (which I will use in this blog post)
+- [Wisper][2] (which I will focus on in this blog post)
- [RabbitMQ][3]
- [Redis][4]