Skip to content

Commit 0734535

Browse files
Merge pull request #153 from nullpilot/patch-1
docs: fix typo
2 parents dda8fff + a05a6c9 commit 0734535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

5.guides/create-a-custom-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ react-file: [
6969

7070
Excellent! Now we can iterate on our component file and see the results. One of the first things to notice is how our input already supports labels, help text, validation, and other universal FormKit props. Those features come courtesy of `createInput()`.
7171

72-
Also, notice that `<pre>` tag in the above example? It is outputting the current state of the form’s data. We'll use this visualize the value of our custom input. Since our input currently has no value, it does not appear in the form’s data. Time to change that!
72+
Also, notice that `<pre>` tag in the above example? It is outputting the current state of the form’s data. We'll use this to visualize the value of our custom input. Since our input currently has no value, it does not appear in the form’s data. Time to change that!
7373

7474
## Input & output
7575

0 commit comments

Comments
 (0)