Skip to content

Commit

Permalink
fix: typo in file name and folders (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwfair authored Sep 16, 2024
1 parent b4db292 commit da62daf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/architecture/barrel_files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For a package, the structure could look something like:
- widgets/
- widget_1.dart
- widget_2.dart
- test/...
- test/
- pubspec.yaml

</FileTree>
Expand Down Expand Up @@ -76,7 +76,7 @@ A package with barrel files should look like:
- widget_2.dart
- widgets.dart
- my_package.dart
- test/...
- test/
- pubspec.yaml

</FileTree>
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/architecture/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The presentation layer and state management live in the project's `lib` folder.
- login_event_test.dart
- login_state_test.dart
- view/
- login_page_test.test
- login_page_test.dart

</FileTree>

Expand Down
2 changes: 0 additions & 2 deletions src/content/docs/navigation/navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ context.goNamed('categories', queryParameters: {'size': 'small', 'color': 'blue'
</TabItem>
<TabItem label="Navigating by path">

Navigating by path:

```dart
context.go('/categories?size=small&color=blue');
```
Expand Down

0 comments on commit da62daf

Please sign in to comment.