Skip to content

Commit 16753af

Browse files
committed
Fixed type
1 parent f92e9c1 commit 16753af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Akka Http is not a webframework. It's an Akka based implementation of asynchrono
55
Each request will have own actor. Actor will live until async request is processed and completed or time is out.
66
Processing of async request is divided by different unit of work. All these work units will be processed one by one, however
77
Actor may receive one of the javax.servlet.AsyncEvent between. In case of Error, Timeout or Complete events actor will stop processing and shutdown.
8-
So all work untis will be droped.
8+
So all work units left will be dropped.
99

1010
Examples
1111
========
@@ -20,7 +20,7 @@ Scopes
2020

2121
Async context has been divided on different scopes. Each scope is a synchronous unit of work
2222

23-
* Request scope. Expected to be the heaviest scope. All request logic shhould go here
23+
* Request scope. Expected to be the heaviest scope. All request related logic shhould go here
2424

2525
* Response scope. Light scope for putting request result in response
2626

0 commit comments

Comments
 (0)