Skip to content

Commit 0a0f00e

Browse files
author
Bannon Tanner
authored
Update STYLEGUIDE.md (aws-amplify#5352)
Added missing horizontal rule between some of the rules
1 parent 3b1fdb2 commit 0a0f00e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

STYLEGUIDE.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ Conform to the [JSON standard](https://www.json.org/json-en.html).
299299
}
300300
```
301301

302+
* * *
303+
302304
## 19. Prefix AWS and Amazon products when they first appear on a page
303305

304306
When an AWS service or product appears on the page for the first time, refer to it with the appropriate prefix, either AWS or Amazon. You can [find a full listing here.](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/)
@@ -324,6 +326,8 @@ When editing text content in markdown files use the markdown syntax for links. W
324326

325327
`\[Use mdx link syntax](/some-link)`
326328

329+
* * *
330+
327331
## 21. Use 2-space indents for code blocks
328332

329333
When adding code blocks and indenting encapsulated code, use 2 spaces for each indent
@@ -348,4 +352,4 @@ Amplify.configure({
348352
// ...
349353
}
350354
});
351-
```
355+
```

0 commit comments

Comments
 (0)