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

Commit d719886

Browse files
Fix small typo in example
1 parent cc8b9d2 commit d719886

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)