diff --git a/lambda/src/com/amazon/ask/githubtemplates/handlers/CreateRepositoryIntentHandler.java b/lambda/src/com/amazon/ask/githubtemplates/handlers/CreateRepositoryIntentHandler.java index 2b28f88..e2296f6 100644 --- a/lambda/src/com/amazon/ask/githubtemplates/handlers/CreateRepositoryIntentHandler.java +++ b/lambda/src/com/amazon/ask/githubtemplates/handlers/CreateRepositoryIntentHandler.java @@ -61,7 +61,7 @@ public class CreateRepositoryIntentHandler implements RequestHandler { api.TEMPLATES.get(language).getValue1() ).create(); - speechText = "Great! I'm creating a " + language + " repository called " + title + " !"; + speechText = "Great! I've created a " + language + " repository called " + title + " !"; } catch (GithubInitException e) { speechText = "Sorry, you are not logged in! I cannot create new repositories"; diff --git a/slides/hey-google-javaland.pdf b/slides/hey-google-javaland.pdf index 88f06c6..73c11b4 100644 Binary files a/slides/hey-google-javaland.pdf and b/slides/hey-google-javaland.pdf differ