Skip to content

Commit f57f7dd

Browse files
reword "child" to "parent"
1 parent 091ca95 commit f57f7dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/playground/samples/oca_05/oca_05.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<templates xml:space="preserve">
22
<div t-name="training_oca.Parent">
3-
<button t-on-click="onIncrement">Increment from Child</button>
3+
<button t-on-click="onIncrement">Increment from Parent</button>
44
<A/>
55
</div>
66
<t t-name="training_oca.A">

docs/playground/samples/oca_06/oca_06.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<templates xml:space="preserve">
22
<div t-name="training_oca.Parent">
3-
<button t-on-click="onIncrement">Increment from Child</button>
3+
<button t-on-click="onIncrement">Increment from Parent</button>
44
<A/>
55
</div>
66
<t t-name="training_oca.A">

0 commit comments

Comments
 (0)