Skip to content

Commit 533ab58

Browse files
docs(lib): Update description for Get Initial Value
Co-authored-by: Netanel Basal <[email protected]>
1 parent 4793d9f commit 533ab58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export class SettingsComponent {
355355
formsManager.setInitialValue('form', initialValue);
356356
```
357357
358-
### `getInitialValue(name)` - Get the Initial Value or undefined if not exist.
358+
### `getInitialValue(name)` - Get the initial value or `undefined` if not exist.
359359
360360
```ts
361361
formsManager.getInitialValue('form');

0 commit comments

Comments
 (0)