Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerJQ committed Mar 28, 2019
1 parent 122a77f commit 2227d50
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified FishReduxTemplate.jar
Binary file not shown.
Binary file modified screenshots/modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/package.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/templates/page/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class $namePage extends Page<$nameState, Map<String, dynamic>> {
adapter: null,
slots: <String, Dependent<$nameState>>{
}),
middlewares: <Middleware<$nameState>>[
middleware: <Middleware<$nameState>>[
],);

}

0 comments on commit 2227d50

Please sign in to comment.