Skip to content

Commit

Permalink
Update packages/embed/src/index.js
Browse files Browse the repository at this point in the history
Co-Authored-By: compulim <compulim@users.noreply.github.com>
  • Loading branch information
Corina and compulim committed Apr 23, 2019
1 parent 9372d46 commit be8fca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/embed/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function findService(servicingPlan, bot, requestedVersion = 'default') {
!service
|| (publicOnly && service.private)
) {
warn(`There is no version "${ requestedVersion }" or it is marked as private, falling back to "default".`);
warn(`There is no version "${ requestedVersion }" or it is marked as private; falling back to "default".`);

requestedVersion = 'default';
publicOnly = true;
Expand Down

0 comments on commit be8fca4

Please sign in to comment.