Skip to content

Commit f52124f

Browse files
choir241stnguyen90
andauthored
Update templates/web/docs/example.md.twig
Co-authored-by: Steven Nguyen <[email protected]>
1 parent 2e9846b commit f52124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/web/docs/example.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ const {{ service.name | caseCamel }} = new {{service.name | caseUcfirst}}(client
2121
{% if method.parameters.all | length > 0 %});
2222
{% endif %}
2323

24-
{% if method.type != 'webAuth' %}
24+
{% if method.type != 'webAuth' %}
2525
console.log(result);
2626
{% endif %}

0 commit comments

Comments
 (0)