summary refs log tree commit
diff options
context:
space:
mode:
authorTonyCTHsu <tonyc.t.hsu@gmail.com>2022-07-22 07:09:52 +0200
committerGitHub <noreply@github.com>2022-07-22 17:09:52 +1200
commitfb87056a76cceb82af2c5f07d05029df61d54b39 (patch)
tree922c9919362fe74113020cb51e64b8685dc00689
parent59c50ddf8998dbd2a6b472525bc1280da71f6c7b (diff)
downloadrack-fb87056a76cceb82af2c5f07d05029df61d54b39.tar.gz
Fix typo `interactively` (#1929)
-rw-r--r--lib/rack/builder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/builder.rb b/lib/rack/builder.rb
index 992bf059..05444f2c 100644
--- a/lib/rack/builder.rb
+++ b/lib/rack/builder.rb
@@ -3,7 +3,7 @@
 require_relative 'urlmap'
 
 module Rack
-  # Rack::Builder implements a small DSL to iteratively construct Rack
+  # Rack::Builder implements a small DSL to interactively construct Rack
   # applications.
   #
   # Example: