Skip to content

Commit f62c7f8

Browse files
authored
[FIX] developer/tutorials/getting_started: swap headers
I think these two header got mix up. closes #7199 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 9e740e9 commit f62c7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/developer/tutorials/getting_started/10_actions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ One could argue that we can already do these things by changing the state manual
1616
this is not really convenient. Moreover, we want to add some extra processing: when an offer is
1717
accepted we want to set the selling price and the buyer for the property.
1818

19-
Action Type
19+
Object Type
2020
===========
2121

2222
**Reference**: the documentation related to this topic can be found in
@@ -122,7 +122,7 @@ and its
122122

123123
Pay attention: in real life only one offer can be accepted for a given property!
124124

125-
Object Type
125+
Action Type
126126
===========
127127

128128
In :ref:`tutorials/getting_started/06_firstui`, we created an action that was linked to a menu. You

0 commit comments

Comments
 (0)