Skip to content

Commit caf581c

Browse files
authored
(docs) update README.md (#498)
- Correct punctuation
1 parent 4c85177 commit caf581c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mdbook serve
2525
## JavaScript
2626

2727
Forge uses JavaScript to display dates for releases and "no tools breakage
28-
week". When making modifications to the JavaScript make sure it matches the
28+
week". When making modifications to the JavaScript, make sure it matches the
2929
[standard] style. You can install `standard` and automatically format the code
3030
using the following commands.
3131

@@ -60,7 +60,7 @@ Any Rust team can have a section in the Rust Forge. If you'd like to add your te
6060

6161
If you run `mdbook build`, `mdbook` will automatically create the folder and file for your team.
6262

63-
It's recommended that you put general team information in `src/<TEAM_NAME>/README.md`, such as where the meetings happen, repositories that the team manages, links to chat platforms, etc. Larger topics should be made as a subpage e.g. (`src/release/topic.md`).
63+
It's recommended that you put general team information in `src/<TEAM_NAME>/README.md`, such as where the meetings happen, repositories that the team manages, links to chat platforms, etc. Larger topics should be made as a subpage, e.g. (`src/release/topic.md`).
6464

6565
```markdown
6666
- [TOPIC](src/<TEAM_NAME>/TOPIC.md)

0 commit comments

Comments
 (0)