From 02004dabd936a6954d3a092342023f93cad5697d Mon Sep 17 00:00:00 2001 From: Mayur Kambariya Date: Mon, 12 Jan 2026 13:14:05 +0530 Subject: [PATCH] Typo mistake ilustrated to illustrated --- lib/jbuilder/jbuilder_template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jbuilder/jbuilder_template.rb b/lib/jbuilder/jbuilder_template.rb index 855dd67..c2c54f2 100644 --- a/lib/jbuilder/jbuilder_template.rb +++ b/lib/jbuilder/jbuilder_template.rb @@ -27,7 +27,7 @@ def initialize(context, options = nil) # # json.partial! 'comments/comments', comments: @message.comments # - # There are multiple ways to generate a collection of elements as JSON, as ilustrated below: + # There are multiple ways to generate a collection of elements as JSON, as illustrated below: # # Example: #