Skip to content

Commit 55c8b0a

Browse files
committed
Added a missing parenthesis
1 parent 9aefc3d commit 55c8b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ AccountsTemplates.configure({
511511
termsAnd: "and",
512512
termsTerms: "terms",
513513
}
514-
};
514+
});
515515
```
516516

517517
the above example asks to change some of the available text configurations. You can specify only a subsets of them leaving default values unchanged.

0 commit comments

Comments
 (0)