mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fixing typo in guide.overview
This commit is contained in:
parent
c7998f5f99
commit
d15165f207
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ Go ahead, try out the Live Preview above. "Well I _declare_! It's a fully funct
|
|||
an instantly updating display, and input validation." Speaking of being declarative, let's walk
|
||||
through the example and look at the angular-related lines to see what's going on around here.
|
||||
|
||||
In line __2__ of the example, we let the browswer know about the angular namespace:
|
||||
In line __2__ of the example, we let the browser know about the angular namespace:
|
||||
|
||||
2 <html xmlns:ng="http://angularjs.org">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue