Skip to content

Commit b38a69d

Browse files
committed
we're not really creating files, we're editing them
1 parent 22dac99 commit b38a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chapters/chapter3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ There are many reasons to segment your application into modular units, and you c
114114

115115
Even if you have no plans to create an Angular 2 web app, separating out your code is still advantageous for a number of other reasons—testability, ease of maintenance, and so forth—but if you _do_ have plans to build an Angular 2 web app, having a chunk of functionality that you can reuse for your native and web apps can be an invaluable time saver.
116116

117-
To see how this works in action let’s create a few files.
117+
To see how this works in action let’s edit some files in the `/shared` folder and set them up to be imported.
118118

119119
<h4 class="exercise-start">
120120
<b>Exercise</b>: Add a model object

0 commit comments

Comments
 (0)