Skip to content

Commit 6cfcaed

Browse files
author
Kuldeep Saxena
authored
Update GettingStarted.md
1 parent 473b602 commit 6cfcaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default reactiveForm(Login, loginForm);
125125
```
126126

127127
### With `Field`
128-
[Field](api/Field.md) subsribes the component with a particular control's state changes which reduces unnecessary re-rendering of other fields.
128+
[Field](api/Field.md) subscribes the component with a particular control's state changes which reduces unnecessary re-rendering of other fields.
129129

130130
```js
131131
import React, { Component } from 'react';

0 commit comments

Comments
 (0)