Commit 88d0461b by sanfordstudent

Merge pull request #11967 from edx/sstudent/fix-typo

fixing typo in template
parents 801bb288 ed7237b6
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"${ user.id | n, js_escaped_string }", "${ user.id | n, js_escaped_string }",
{ {
email: "${ user.email | n, js_escaped_string }", email: "${ user.email | n, js_escaped_string }",
username: "${ ser.username | n, js_escaped_string }" username: "${ user.username | n, js_escaped_string }"
}, },
{ {
integrations: { integrations: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment