Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
minor grammer update
Browse files Browse the repository at this point in the history
  • Loading branch information
ridvikpal committed Aug 3, 2023
1 parent 4798651 commit 53977a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@ RainyDay includes exception handling and checks for the following errors:

<div align="center">

| Type | Description |
|-------------|------------------------------------------------------------------|
| Information | No valid `favourites.json` file found |
| Error | No valid city name entered in search bar (not found in database) |
| Error | Error connecting to WeatherAPI (connection timeout) |
| Error | Error exporting favourites list to `favourites.json` file |
| Error | Error setting the correct daytime (light) theme |
| Error | Error setting the correct nighttime (dark) theme |
| Type | Description |
|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Information | No valid `favourites.json` file found |
| Error | No valid city name entered in search bar (not found in database) |
| Error | Error connecting to WeatherAPI (connection timeout) |
| Error | Error exporting favourites list to `favourites.json` file <br/> (most likely insufficient write permissions in the directory where the JAR file is located) |
| Error | Error setting the correct daytime (light) theme |
| Error | Error setting the correct nighttime (dark) theme |

</div>

Expand Down

0 comments on commit 53977a2

Please sign in to comment.