Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 32cb40b

Browse files
edhedgesbtford
authored andcommitted
docs(guide/introduction): use durandal as an example of a framework
To me knockout is a library that does data binding well. Durandal is a framework that uses knockout as it's data binding component.
1 parent d1cd677 commit 32cb40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/introduction.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The impedance mismatch between dynamic applications and static documents is ofte
2222
in charge and it calls into the library when it sees fit. E.g., `jQuery`.
2323
* **frameworks** - a particular implementation of a web application, where your code fills in
2424
the details. The framework is in charge and it calls into your code when it needs something
25-
app specific. E.g., `knockout`, `ember`, etc.
25+
app specific. E.g., `durandal`, `ember`, etc.
2626

2727

2828
Angular takes another approach. It attempts to minimize the impedance mismatch between document

0 commit comments

Comments
 (0)