Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/key-concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ In this example, the `isSignIn` check will only apply to `profile` but not `app`

**Elysia isolates lifecycle by default** unless explicitly stated. This is similar to **export** in JavaScript, where you need to export the function to make it available outside the module.

To **"export"** the lifecycle to other instances, you must add specify the scope.
To **"export"** the lifecycle to other instances, you must specify the scope.

```ts
import { Elysia } from 'elysia'
Expand Down