Skip to content

Commit

Permalink
docs: Minor typo in middleware.md (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocom authored Dec 20, 2024
1 parent f3de244 commit 6d810d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/start/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Middleware

## What is Middleware?

Middleware allows you to customized the behavior of server functions created with `createServerFn` with things like shared validation, context, and much more. Middleware can even depend on other middleware to create a chain of operations that are executed hierarchically and in order.
Middleware allows you to customize the behavior of server functions created with `createServerFn` with things like shared validation, context, and much more. Middleware can even depend on other middleware to create a chain of operations that are executed hierarchically and in order.

## What kinds of things can I do with Middleware?

Expand Down

0 comments on commit 6d810d7

Please sign in to comment.