Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23fae0e

Browse files
Remove HMTL </p> tag
1 parent d05d366 commit 23fae0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.1/extension-dev-guide/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The `Customer` module does not treat its EAV attributes in a special manner. As
4444
Customer attributes are created inside of `InstallData` and `UpgradeData` scripts. To add new attributes to the database, you must use the `\Magento\Eav\Setup\EavSetup` class as a dependency injection.
4545

4646
<div class="bs-callout bs-callout-warning" markdown="1">
47-
Both the `save()` and `getResource()` methods for `Magento\Framework\Model\AbstractModel` have been marked as `@deprecated` since 2.1 and should no longer be used.</p>
47+
Both the `save()` and `getResource()` methods for `Magento\Framework\Model\AbstractModel` have been marked as `@deprecated` since 2.1 and should no longer be used.
4848
</div>
4949

5050
{% highlight PHP inline=true %}

0 commit comments

Comments
 (0)