Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Nov 17, 2023
1 parent 4163a69 commit d4ab111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Response Buffer

### Append vs Write

In the above exmaples, the method `append()` was used in conjunction with `send()`. The method `append()`
In the above examples, the method `append()` was used in conjunction with `send()`. The method `append()`
appends the content to the response buffer, which will only get produced to the terminal screen when the
method `send()` is called. This is useful if you have to take a number of steps to create the response buffer
before sending it.
Expand Down

0 comments on commit d4ab111

Please sign in to comment.