Skip to content

Commit 1ecc07a

Browse files
munendrasndecebals
authored andcommitted
fix typo in filters documentation (#77)
1 parent 1e5fb82 commit 1ecc07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-06-18-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ POST("/{id}", routeContext -> {
5757

5858
// after filter that release the database instance
5959
ANY("/.*", routeContext -> {
60-
Database database = routeContextremoveLocal("database");
60+
Database database = routeContext.removeLocal("database");
6161
database.release();
6262
}).runAsFinally();
6363
```

0 commit comments

Comments
 (0)