Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8b1300d

Browse files
authored
Merge pull request #9148 from #9148
[Imported] Fix small typo in example
2 parents 00cad58 + d719886 commit 8b1300d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/extension_attributes/adding-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function afterSave
115115
$ourCustomData = $extensionAttributes->getOurCustomData();
116116
$this->customDataRepository->save($ourCustomData);
117117

118-
$resultAttributes = $result->getExtentionAttributes(); /** get extension attributes as they exist after save **/
118+
$resultAttributes = $result->getExtensionAttributes(); /** get extension attributes as they exist after save **/
119119
$resultAttributes->setOurCustomData($ourCustomData); /** update the extension attributes with correct data **/
120120
$result->setExtensionAttributes($resultAttributes);
121121

0 commit comments

Comments
 (0)