Skip to content

Commit

Permalink
Insert dangle-comma in example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmiranda committed Feb 28, 2017
1 parent 3a9d7c5 commit 7eea10e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/api/createModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ import { createModel } from 'frint';
export default createModel();

// usage

import Address from './models/Address.js';

const address = new Address({
Expand All @@ -64,7 +63,7 @@ const address = new Address({
long: '',
lat: '',
},
}
},
});

const place = address.get('location.place'); // at the end of time and matter
Expand Down

0 comments on commit 7eea10e

Please sign in to comment.