docs(Component relative paths): ofter -> often and colon

closes #1471
This commit is contained in:
Kyle Roberts 2016-05-22 12:27:40 -04:00 committed by Ward Bell
parent 4371465f4e
commit 4ab05a9355
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ include ../_util-fns
:marked
## Write *Component-Relative* URLs to component templates and style files
Our components ofter refer to external template and style files.
Our components often refer to external template and style files.
We identify those files with a URL in the `templateUrl` and `styleUrls` properties of the `@Component` metadata
as seen here:
@ -12,7 +12,7 @@ include ../_util-fns
By default, we *must* specify the full path back to the application root.
We call this an ***absolute path*** because it is *absolute* with respect to the application root.
There are two problems with an *absolute path*
There are two problems with an *absolute path*:
1. We have to remember the full path back to the application root.