Skip to content

Commit 12efc1e

Browse files
authored
Merge pull request #8 from freiondrej-lokalise/freiondrej-lokalise-patch-1
Update 08-add-to-window.problem.ts
2 parents 8e0f642 + 147bb36 commit 12efc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/02-globals/08-add-to-window.problem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Equal, Expect } from "../helpers/type-utils";
1010
* interface to add a makeGreeting function
1111
*/
1212

13-
window.makeGreeting = () => "Hello!";
13+
window.makeGreeting = () => "Hello, world!";
1414

1515
it("Should let you call makeGreeting from the window object", () => {
1616
expect(window.makeGreeting()).toBe("Hello, world!");

0 commit comments

Comments
 (0)