Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 439 Bytes

fixing-a-typo.md

File metadata and controls

18 lines (11 loc) · 439 Bytes

Fixing a Typo

If you've made a typo, there are 2 cases:

1. If the typo is included in a releases/ release

Simply:

  1. Fix the typo in the release .json file,
  2. Fix the typo in the ants.txt file.
  3. Recompile with ./bin/generate_site, and you're done!

2. If the typo was never included in a releases/ release

Simply:

  1. Fix the typo in the ants.txt file.
  2. Recompile with ./bin/generate_site, and you're done!