Skip to content

Commit 5389222

Browse files
committed
Merge pull request #1098 from junglerocket/patch-1
Fixes typo in the filename `load-parties.ts`
2 parents c4fa6e2 + 3155cc7 commit 5389222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular-meteor/client/content/tutorials/socially/angular2/tutorials.socially.angular2.step_03.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Until now we've been inserting party documents to our collection using the Mongo
215215
It would be convenient though to have some initial data pre-loaded into our database. So,
216216
let's initialize our server with the same parties as we had before.
217217

218-
Let's add a file called `load_parties.ts` inside of "server" folder
218+
Let's add a file called `load-parties.ts` inside of "server" folder
219219
and implement `loadParties` method inside to load parties:
220220

221221
{{> DiffBox tutorialName="meteor-angular2-socially" step="3.7"}}

0 commit comments

Comments
 (0)