Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Edwards authored and Chris Edwards committed Jan 13, 2017
2 parents 6937d88 + 4e25349 commit 537e70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const utterances = [
'{|of} {|congress} {|for|at} {-|ADDRESS}'
];

app.intent('find by address', { slots, utterances },
app.intent('FindByAddress', { slots, utterances },

(req, res) => {

Expand Down

0 comments on commit 537e70d

Please sign in to comment.