Skip to content

Commit

Permalink
Fix typos in DeveloperGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liauzhanyi committed Nov 7, 2024
1 parent 73d036f commit 2b00c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,9 @@ testers are expected to do more *exploratory* testing.

1. Dealing with missing files

1. Delete `config.json` and re-launch the app. Expected: New `config.json` created. Exisiting data is not affected.
1. Delete `config.json` and re-launch the app. Expected: New `config.json` created. Existing data is not affected.

2. Delete `preferences.json` and re-launch the app. Expected: New `preferences.json` created. Exisiting data is not affected.
2. Delete `preferences.json` and re-launch the app. Expected: New `preferences.json` created. Existing data is not affected.

3. Edit the line `"addressBookFilePath" : "data/socialbook.json"` to `"addressBookFilePath" : "data/data.json"` and re-launch the app. Expected: App starts on clean slate (i.e. with sample data only).

Expand Down

0 comments on commit 2b00c76

Please sign in to comment.