Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 3070827

Browse files
committed
fixed typo
1 parent b72394b commit 3070827

File tree

1 file changed

+2
-4
lines changed
  • docs/packages/core/features/agile-instance

1 file changed

+2
-4
lines changed

docs/packages/core/features/agile-instance/Methods.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ slug: /core/agile-instance/methods
99

1010
Here all methods of the `Agile Instance` are described.
1111

12-
// TODO Interfaces auslagern und mit link verbinden!!
13-
1412
:::
1513

1614

@@ -118,7 +116,7 @@ Returns a fresh [Collection](../collection/Introduction.md).
118116
## `createComputed`
119117

120118
With `createComputed` we create a new [Computed](../computed/Introduction.md),
121-
which is automatically bound to the [Agile Instance](../agile-instance/Introduction.md) it was created from.
119+
which gets automatically bound to the [Agile Instance](../agile-instance/Introduction.md) it was created from.
122120
```ts
123121
const Computed = App.createComputed(() => {/* Computed Method */}, [/* hard coded deps */])
124122

@@ -150,7 +148,7 @@ Returns a fresh [Computed](../computed/Introduction.md).
150148
## `createEvent`
151149

152150
With `createEvent` we create a new [Event](../event/Introduction.md),
153-
which is automatically bound to the [Agile Instance](../agile-instance/Introduction.md) it was created from.
151+
which gets automatically bound to the [Agile Instance](../agile-instance/Introduction.md) it was created from.
154152
```ts
155153
const Event = App.createEvent({
156154
key: 'dummyEvent',

0 commit comments

Comments
 (0)