Skip to content

Commit

Permalink
Merge pull request #27614 from emmanuel-ferdman/main
Browse files Browse the repository at this point in the history
update `000-structure-for-initial-milestone.md` reference
  • Loading branch information
SiAdcock authored Nov 22, 2024
2 parents 1464a8e + 3a96d2b commit bd0d743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/01-start-here/05-development-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ make validate
```
These will fix the linting issues to make sure you won't have any issue trying to push or with the simple parts of the build.

If you have already committed you can use `make fix-commits` to verify & fix your commited code. It's
If you have already committed you can use `make fix-commits` to verify & fix your committed code. It's
faster than `make fix` but you will need to amend your previous commits to get a clean history.

If you are wondering what other options make has, you can simply type `make` at the comment line.
Expand Down Expand Up @@ -68,4 +68,4 @@ without having to configure the debugger yourself:

### Viewing AMP Pages

[Use DCR](https://github.com/guardian/dotcom-rendering/blob/main/docs/architecture/amp/000-structure-for-initial-milestone.md)
[Use DCR](https://github.com/guardian/dotcom-rendering/blob/main/dotcom-rendering/docs/architecture/amp/000-structure-for-initial-milestone.md)

0 comments on commit bd0d743

Please sign in to comment.