Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur White committed Jun 8, 2017
1 parent ce3889a commit 04119f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ app.Get("/", func(c *app.Context) {
## Static files
Static files must be stored inside the `static` and are automatically accessible from the `/static/` path prefix.
Static files must be stored inside the `static` directory.
They are automatically accessible from the `/static/` path prefix.
## Running
Expand Down
1 change: 1 addition & 0 deletions context.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
)

// A Context contains the data for a handler.
// TODO: Implement http.Pusher
type Context struct {
Res http.ResponseWriter
Req *http.Request
Expand Down

0 comments on commit 04119f6

Please sign in to comment.