Skip to content

Commit

Permalink
fix grammar (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittenswolf committed Jun 27, 2022
1 parent facb1f3 commit 131c589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/general/general.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export default function General({ user, repo }) {
<li className={cx('visibility-card-wrapper')}>
<div className={cx('visibility-card')}>
<h4>Internal</h4>
<p>Internal repositories are only accessible to authenticated user.</p>
<p>Internal repositories are only accessible to authenticated users.</p>
</div>
<Field.Radio
name="internal"
Expand Down

0 comments on commit 131c589

Please sign in to comment.