Skip to content

Commit

Permalink
Merge pull request #2981 from Nithanaroy/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in example of DefineMap
  • Loading branch information
matthewp committed Jan 24, 2017
2 parents 8f6b6e2 + c788c0a commit 6f5495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/can-guides/commitment/migrating_to_3.0.md
Expand Up @@ -362,7 +362,7 @@ Which can be replaced by flattening it into a [can-define/map/map] like so:
var DefineMap = require("can-define/map/map");

var CarOwner = DefineMap.extend({
cars: CarList,
cars: Car.List,
favorite: Car,
color: "string",
age: {
Expand Down

0 comments on commit 6f5495d

Please sign in to comment.