Skip to content

Commit 2a508a6

Browse files
rv-bsnyderulivz
authored andcommitted
docs: fixed some of the sentence structure (#1588)
1 parent ea929d9 commit 2a508a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ sidebar: auto
1313
- Type: `string`
1414
- Default: `/`
1515

16-
The base URL the site will be deployed at. You will need to set this if you plan to deploy your site under a sub path, for example GitHub pages. If you plan to deploy your site to `https://foo.github.io/bar/`, then `base` should be set to `"/bar/"`. It should always start and end with a slash.
16+
The base URL to which the site will be deployed. You will need to set this if you plan to deploy your site under a sub path, for example GitHub pages. If you plan to deploy your site to `https://foo.github.io/bar/`, then `base` should be set to `"/bar/"`. It should always start and end with a forward slash (/).
1717

1818
The `base` is automatically prepended to all the URLs that start with `/` in other options, so you only need to specify it once.
1919

20-
**Also see:**
20+
**See also:**
2121

2222
- [Base URL](../guide/assets.md#base-url)
2323
- [Deploy Guide > Github Pages](../guide/deploy.md#github-pages)

0 commit comments

Comments
 (0)