From e46600338d3c5865af45b81443e2adb540a3f0e2 Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Sat, 14 Feb 2015 16:33:53 -0500 Subject: [PATCH] Filename EnployeeListView.js fixed --- creating-view-classes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/creating-view-classes.md b/creating-view-classes.md index 1526c48..5c48ce7 100644 --- a/creating-view-classes.md +++ b/creating-view-classes.md @@ -74,7 +74,7 @@ It's time to provide the application with some structure. If we keep adding all ## Step 2: Create the EmployeeList View -1. Create a file named EnployeeListView.js in the js directory +1. Create a file named EmployeeListView.js in the js directory 2. Implement EmployeeListView as follows: @@ -143,4 +143,4 @@ It's time to provide the application with some structure. If we keep adding all Previous Next - \ No newline at end of file +