Skip to content

Commit a390b02

Browse files
committed
fix: update form submission function reference in create-task documentation
- Adjusted the line number in the code example for the form submission function from 11-13 to 11-14 across English, German, and French documentation files for accuracy.
1 parent 1d73f8c commit a390b02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/docs/de/api-server/create-task.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Use this callback function to navigate to the **"/"** route.
195195

196196
1. Update the `src/app/task-form/task-form.ts` file.
197197

198-
```typescript ins={"Update the form submission function": 11-13}
198+
```typescript ins={"Update the form submission function": 11-14}
199199

200200
submit() {
201201
const id = this.route.snapshot.paramMap.get('id');

src/content/docs/en/api-server/create-task.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Use this callback function to navigate to the **"/"** route.
195195

196196
1. Update the `src/app/task-form/task-form.ts` file.
197197

198-
```typescript ins={"Update the form submission function": 11-13}
198+
```typescript ins={"Update the form submission function": 11-14}
199199

200200
submit() {
201201
const id = this.route.snapshot.paramMap.get('id');

src/content/docs/fr/api-server/create-task.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Use this callback function to navigate to the **"/"** route.
195195

196196
1. Update the `src/app/task-form/task-form.ts` file.
197197

198-
```typescript ins={"Update the form submission function": 11-13}
198+
```typescript ins={"Update the form submission function": 11-14}
199199

200200
submit() {
201201
const id = this.route.snapshot.paramMap.get('id');

0 commit comments

Comments
 (0)