Skip to content

Commit

Permalink
update 000-structure-for-initial-milestone.md reference
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman committed Nov 19, 2024
1 parent 3ed38ee commit 4b10e9d
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 4b10e9d

Please sign in to comment.