Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-BrandonJones committed Sep 29, 2017
1 parent 76f33f2 commit bcf506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/modal/modal-demo.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class SkyModalDemoComponent {

modalInstance.helpInvoked.subscribe((helpKey: string) => {
context.eventMessage = `
Modal header help was invoked with the following help key: ${helpKey }
Modal header help was invoked with the following help key: ${helpKey}
`;
});
}
Expand Down

0 comments on commit bcf506e

Please sign in to comment.