Skip to content

Commit fad816d

Browse files
authored
Update index.rst
Fix an undefined variable
1 parent 280e95d commit fad816d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For example:
8282
{% extends 'base.html.twig' %}
8383

8484
{% block body %}
85-
<div {{ react_component('Hello', { 'fullName': number }) }}>
85+
<div {{ react_component('Hello', { fullName: 'Fabien' }) }}>
8686
Loading... <i class="fas fa-cog fa-spin fa-3x"></i>
8787
</div>
8888

0 commit comments

Comments
 (0)