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

Commit 1c10c2b

Browse files
authored
Merge pull request #9218 from #9218
[Imported] Correct syntax for bs-callout-tips
2 parents 3438149 + dacf4c7 commit 1c10c2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/contributor-guide/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ If you are sure that the problem you are experiencing is a bug, file a new issue
390390

391391
The [Issue Reporting Template](https://github.com/magento/magento2/blob/2.3-develop/.github/ISSUE_TEMPLATE.md) is a default placeholder for every new issue. Follow the sections carefully, as it ensures it will pass `Gate 1` quickly. More information on gates is available in [Magento Issue Gates](https://github.com/magento/magento2/wiki/Magento-Issue-Gates).
392392

393-
{.bs-callout-tip}
393+
{:.bs-callout-tip}
394394
Note that a higher level of detail in the report increases the chance that someone will be able to reproduce the issue.
395395

396396
### Title

src/guides/v2.3/extension-dev-guide/security/uploads.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ store the file, you only need the contents of the file to add those SKUs to a ca
1414
SKUs, and delete it without ever moving it from the temporary folder on the file system. Another, even better option for security and
1515
performance, is to never upload the file in the first place. The file can be handled on the frontend side using JavaScript
1616
to extract SKUs and quantities and send those to a web API endpoint on the server.
17-
{.:bs-callout-tip}
17+
18+
{:.bs-callout-tip}
1819
The best way to avoid security issues with files is to not upload or store them in the first place
1920
if you don't have to.
2021

0 commit comments

Comments
 (0)