Skip to content

Commit a38bf67

Browse files
authored
Fix a typo in docs (#3836)
A word in the doc was mistyped: 'it' was 'tt'. so i changed it to 'it'
1 parent 6f1a82e commit a38bf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/errormessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Either a React component or the name of an HTML element to render. If not specif
101101

102102
`id?: string`
103103

104-
A field's id in Formik state. To get access to DOM elements for e2e testing purposes, tt doesn't impact the implementation in any way as the prop can still be omitted.
104+
A field's id in Formik state. To get access to DOM elements for e2e testing purposes, it doesn't impact the implementation in any way as the prop can still be omitted.
105105
```jsx
106106
// id will be used only for testing purposes
107107
// not contributing anything to the core implementation.

0 commit comments

Comments
 (0)