Skip to content

Commit 7fb7fe1

Browse files
docs: update external docs (#2139)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
1 parent 76c37f7 commit 7fb7fe1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

en/resources/contributing.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ pull request.
357357
# Contributing to Expressjs.com {#expressjs-website-contributing}
358358

359359
<!-- LOCAL: expressjs/expressjs.com ../../CONTRIBUTING.md -->
360-
### The Official Documentation of the Express JS Framework
360+
### The Official Documentation of the Express.js Framework
361361

362362
This is the contribution documentation for the [expressjs.com](https://github.com/expressjs/expressjs.com) website.
363363

@@ -375,7 +375,7 @@ This is the contribution documentation for the [expressjs.com](https://github.co
375375

376376
2. **Content Issues**: Fix anything related to site content or typos.
377377
- Spelling errors
378-
- Incorrect/outdated Express JS documentation
378+
- Incorrect/outdated Express.js documentation
379379
- Missing content
380380

381381
3. **Translation Issues**: Fix any translation errors or contribute new content.
@@ -392,7 +392,7 @@ We often have bugs or enhancements that need work. You can find these under our
392392
If you've found a bug or a typo, or if you have an idea for an enhancement, you can:
393393
- Submit a [new issue](https://github.com/expressjs/expressjs.com/issues/new/choose) on our repo. Do this for larger proposals, or if you'd like to discuss or get feedback first.
394394

395-
- Make a [Github pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). If you have already done work and it's ready to go, feel free to send it our way.
395+
- Make a [GitHub pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). If you have already done work, and it's ready to go, feel free to send it our way.
396396

397397
## Getting Started
398398

@@ -405,7 +405,7 @@ So you've found a problem that you want to fix, or have a site enhancement you w
405405
- For submissions proposing minor improvements or corrections, this is not needed. You can skip this step.
406406
- When opening an issue please give it a title and fill in the description section. The more details you provide, the more feedback we can give.
407407

408-
2. After receiving your issue the Express JS documentation team will respond with feedback. We read every submission and always try to respond quickly with feedback.
408+
2. After receiving your issue the Express.js documentation team will respond with feedback. We read every submission and always try to respond quickly with feedback.
409409
- For submissions proposing significant change, we encourage you to follow the review process before starting work.
410410

411411
#### Step 2: Get the Application Code Base
@@ -440,7 +440,7 @@ follow the specific instructions for [How to write a blog post.](https://express
440440
**CSS or Javascript**
441441
- All css and js files are kept in `css` and `js` folders on the project root.
442442

443-
The Express JS website is built using [Jekyll](https://jekyllrb.com/) and is hosted on [Github Pages](https://pages.github.com/).
443+
The Express.js website is built using [Jekyll](https://jekyllrb.com/) and is hosted on [GitHub Pages](https://pages.github.com/).
444444

445445
#### Step 3: Running the Application
446446

@@ -450,10 +450,10 @@ Now you'll need a way to see your changes, which means you'll need a running ver
450450
1. __Run Locally__: This gets the local version of the application up and running on your machine. Follow our [Local Setup Guide](https://github.com/expressjs/expressjs.com?tab=readme-ov-file#build-the-website-locally) to use this option.
451451
- This is the recommended option for moderate to complex work.
452452

453-
2. __Run using Deploy Preview__: Use this option if you don't want to bother with a local installation. Part of our continuous integration pipeline includes [Netlify Deploy Preview](https://docs.netlify.com/site-deploys/deploy-previews/).
453+
2. __Run using Deploy Preview__: Use this option if you don't want to bother with a local installation. Part of our continuous integration pipeline includes [Netlify Deploy Preview](https://docs.netlify.com/deploy/deploy-types/deploy-previews/).
454454
1. To use this you'll need to get your changes online - after you've made your first commit on your feature branch, make a *draft* pull request.
455455
2. After the build steps are complete, you'll have access to a __Deploy Preview__ tab that will run your changes on the web, rebuilding after each commit is pushed.
456-
3. After you are completely done your work and it's ready for review, remove the draft status on your pull request and submit your work.
456+
3. After you are completely done your work, and it's ready for review, remove the draft status on your pull request and submit your work.
457457

458458
## Contributing translations
459459

@@ -475,6 +475,6 @@ The documentation is translated into these languages:
475475
### How to translate
476476

477477
1. Request to join the Express.js Website project on [Crowdin](https://express.crowdin.com/website)
478-
2. [Select the language you want to translate](https://support.crowdin.com/joining-translation-project/#starting-translation)
478+
2. [Select the language you want to translate](https://support.crowdin.com/for-translators/#starting-translation)
479479
3. [Start translating](https://support.crowdin.com/online-editor/)
480480

0 commit comments

Comments
 (0)