Skip to content

Commit

Permalink
fix grammar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Oct 14, 2024
1 parent d14ad68 commit 9816a6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Users unable to upgrade Kubernetes version from landing page ([#11056](https://github.com/linode/manager/pull/11056))
- Toasts not consistently dismissible with the 'X' button ([#11073](https://github.com/linode/manager/pull/11073))
- TypeScript performance of `DismissibleBanner.tsx` ([#11075](https://github.com/linode/manager/pull/11075))
- Spelling of `maximum` on image upload page ([#11096](https://github.com/linode/manager/pull/11096))
- Spelling and grammar mistakes on image create pages ([#11096](https://github.com/linode/manager/pull/11096))

### Removed:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export const CreateImageTab = () => {
<Stack spacing={2}>
<Typography variant="h2">Select Linode & Disk</Typography>
<Typography sx={{ maxWidth: { md: '80%', sm: '100%' } }}>
Custom images are billed monthly, at $0.10/GB. The disk you target
Custom images are billed monthly at $0.10/GB. The disk you target
for an image needs to meet specific{' '}
<Link to="https://techdocs.akamai.com/cloud-computing/docs/capture-an-image">
requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const ImageUpload = () => {
Image Details
</Typography>
<Typography>
Custom images are billed monthly, at $0.10/GB. An uploaded image
Custom images are billed monthly at $0.10/GB. An uploaded image
file needs to meet specific{' '}
<Link to="https://techdocs.akamai.com/cloud-computing/docs/upload-an-image#requirements-and-considerations">
requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const ManageImageReplicasForm = (props: Props) => {
<Notice text={errors.root.message} variant="error" />
)}
<Typography>
Custom images are billed monthly, at $0.10/GB. Check out{' '}
Custom images are billed monthly at $0.10/GB. Check out{' '}
<Link to="https://www.linode.com/docs/guides/check-and-clean-linux-disk-space/">
this guide
</Link>{' '}
Expand Down

0 comments on commit 9816a6e

Please sign in to comment.