Skip to content

Commit 8ea73f3

Browse files
authored
fix docs typos (#1495)
1 parent 1345169 commit 8ea73f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ nav_order: 5
1010

1111
## main
1212

13+
* Fix docs typos.
14+
15+
*Joel Hawksley*
16+
1317
* Add architectural decisions to documentation and rename sidebar sections.
1418

1519
*Joel Hawksley*

docs/viewcomponents-at-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ General-purpose ViewComponents implement common UI patterns. At GitHub, we open-
3636

3737
App-specific ViewComponents translate a domain object (often an ActiveRecord model) into one or more general-purpose components.
3838

39-
For example: we've a `User::AvatarComponent` that accepts a `User` ActiveRecord object and renders a `Primer::AvatarComponent`.
39+
For example, `User::AvatarComponent` accepts a `User` ActiveRecord object and renders a `Primer::AvatarComponent`.
4040

4141
## Organization
4242

0 commit comments

Comments
 (0)