Skip to content

Commit 88972ff

Browse files
zvorybuger
authored andcommitted
fix typo in ruby middleware example
continiously -> continuously
1 parent 85a7bc1 commit 88972ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/middleware/echo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env ruby
22
# encoding: utf-8
3-
while data = STDIN.gets # continiously read line from STDIN
3+
while data = STDIN.gets # continuously read line from STDIN
44
next unless data
55
data = data.chomp # remove end of line symbol
66

0 commit comments

Comments
 (0)