Skip to content

Commit b0ee4ed

Browse files
authored
Shorten sentence
1 parent 6438460 commit b0ee4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-forms/developer/working-with-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Sample script that is outputting comments using a Form created with the default
112112
```
113113

114114
## Loading a Record From a Submitted Form
115-
When a form is submitted, the submitted form id as well as the saved record id is stored in the TempData so it can be referenced.
115+
When a form is submitted, the submitted form id and the saved record id is stored in the TempData so it can be referenced.
116116

117117
You can use the FormService and the RecordStorage to get the ```Form``` and ```Record``` objects.
118118

0 commit comments

Comments
 (0)