Skip to content

Commit

Permalink
Merge pull request #79 from mjablecnik/main
Browse files Browse the repository at this point in the history
fix: fix typos and small errors in the documentation
  • Loading branch information
francescovallone authored Sep 9, 2024
2 parents eb81221 + 87f3d92 commit 1c21c33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
.dart_tool/
.packages

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# Conventional directory for build output.
build/

Expand All @@ -12,4 +18,4 @@ build/
**/old/**

**/node_modules/
**/.vitepress/cache
**/.vitepress/cache
2 changes: 1 addition & 1 deletion .website/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default defineConfig({
{ text: 'Paths', link: 'paths' },
{ text: 'Handler', link: 'handler' },
{ text: 'RequestContext', link: 'request_context' },
{ text: 'Dependency Inejction', link: 'dependency_injection' },
{ text: 'Dependency Injection', link: 'dependency_injection' },
{ text: 'Request Lifecycle', link: 'request_lifecycle' },
]
},
Expand Down
2 changes: 1 addition & 1 deletion .website/core/controllers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Controllers

Controllers in Serinus are groups of routes that shares the same base base path and metadata.
Controllers in Serinus are groups of routes that shares the same base path and metadata.

## Creating a Controller

Expand Down

0 comments on commit 1c21c33

Please sign in to comment.