Skip to content

Commit a4eabb7

Browse files
committed
grammatical update
1 parent 0be4f88 commit a4eabb7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/guides/disk-quotas/about.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Link from '@docusaurus/Link';
44
# About Quotas
55

66
<Admonition type="tip">
7-
As called out in the Wings install docs. It is always recommended to keep the server files on a separate partition.
7+
As called out in the Wings install docs, it is always recommended to keep the server files on a separate partition.
88
</Admonition>
99

1010
## There are a lot of notices here for a reason!
@@ -25,5 +25,5 @@ import Link from '@docusaurus/Link';
2525
You can either make a new mount with quotas enabled or enable quotas on an existing partition.
2626
</Admonition>
2727

28-
## Filesystem specific docs
28+
## Filesystem-specific docs
2929
<Link to="/docs/guides/disk-quotas/ext4-xfs">EXT4/XFS</Link>

docs/guides/disk-quotas/ext4-xfs.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Link from '@docusaurus/Link';
77

88
This page covers disk quota management for EXT4/XFS.
99

10-
Both EXT4 and XFS use the built in quota management services in linux.
10+
Both EXT4 and XFS use the built-in quota management services in linux.
1111

1212
<Admonition type="warning">
1313
Please read <Link to="/docs/guides/disk-quotas/about">About Quotas</Link> before continuing
@@ -26,7 +26,7 @@ How to format and mount a device for use with quotas
2626
</Admonition>
2727

2828
These examples use the following:
29-
`/dev/sdb` as the device formated as EXT4 enabling only project quotas.
29+
`/dev/sdb` as the device formatted as EXT4 enabling only project quotas.
3030
`/var/lib/pelican/volumes/` as the mount point and data directory
3131

3232
<Tabs>
@@ -35,7 +35,7 @@ These examples use the following:
3535
`mkfs.ext4` will format the disk with the ext4 filesystem
3636
* The `O` flag is the enable Feature Options
3737
- enable quotas while formatting
38-
* The `E` flag is for Extented Options
38+
* The `E` flag is for Extended Options
3939
- set the quota type as project
4040
```bash
4141
mkfs.ext4 -O quota -E quotatype=prjquota /dev/sdb
@@ -85,7 +85,7 @@ These examples use the following:
8585
```
8686

8787
## Unmount disk
88-
Use `umount` to unmount Pelicans volume mount.
88+
Use `umount` to unmount Pelican's volume mount.
8989
```bash
9090
umount /var/lib/pelican/volumes/
9191
```
@@ -137,7 +137,7 @@ These examples use the following:
137137
<summary>I agree and Pelican is not Liable for anything that breaks</summary>
138138

139139
## Manually Manage Quotas
140-
Limits for the servers are managed on a "project" level so they can be assinged per-directory.
140+
Limits for the servers are managed on a "project" level so they can be assigned per-directory.
141141

142142
### Add A New Project
143143
To add a new project 2 files must be edited.

0 commit comments

Comments
 (0)