File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
ooc-web
2
2
========
3
- A web application and server specification and library. This provides a
3
+ A web application and server library. This provides a
4
4
standard interface for web applications to communicate with web servers.
5
5
Your web application will work with any web server that implements
6
6
this specification.
7
7
8
8
Author: Joshua Roesslein
9
- License:
10
- WASP library: BSD
11
- Specification: Public Domain
9
+ License: BSD
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Router: class extends Application {
37
37
}
38
38
}
39
39
40
- // If not match found, use not found app
40
+ // If no match found, use not found app
41
41
if (! _currentApp) _currentApp = _notFoundApp
42
42
43
43
_currentApp request = request
You can’t perform that action at this time.
0 commit comments