Skip to content

Commit

Permalink
Update examples/custom_greetings/public/plugin.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Anton Dosov <Dosantinc@gmail.com>
  • Loading branch information
stacey-gammon and Dosant committed Apr 29, 2020
1 parent b23b2b2 commit 42eba3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/custom_greetings/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export class CustomGreetingsPlugin
}
return {
getCasualGreeter: () => casualGreeterProvider(),
getExcitedGreeter: () => casualGreeterProvider(),
getFormalGreeter: () => casualGreeterProvider(),
getExcitedGreeter: () => excitedGreeterProvider(),
getFormalGreeter: () => formalGreeterProvider(),
};
}
}

0 comments on commit 42eba3f

Please sign in to comment.