Skip to content

Commit 4175149

Browse files
committed
Fix file name
1 parent a652274 commit 4175149

File tree

1 file changed

+1
-1
lines changed
  • packages/getting-started/lib/components/steps

1 file changed

+1
-1
lines changed

packages/getting-started/lib/components/steps/Step15.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ One of Vulcan's great features is that it can generate forms for you from a coll
1010
1111
Additionally, in this case since we want our movie to show up in the same list as all the others once it's inserted, we'll specify a \`mutationFragmentName\` option to make sure the movie we get back from the server after the mutation has the same "shape" as the one already loaded on the client (including our special \`user\` field).
1212
13-
Find \`createMovie.jsx\` and add the following:
13+
Find \`MoviesNew.jsx\` and add the following:
1414
`,`
1515
~~~js
1616
<Components.SmartForm collection={Movies} mutationFragmentName="MoviesFragment"/>

0 commit comments

Comments
 (0)