Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michalspano committed Jun 22, 2024
1 parent e23c46a commit e4c8b5d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ development may be traced with the [**ADRs**](https://git.chalmers.se/courses/di

## System's Overview

The following section aims to provide an overview of the **system's architecture**, as well as the **deployment strategy**. The individual diagrams can observed when clicking on the dropdowns.
The following section aims to provide an overview of the **system's
architecture**, as well as the **deployment strategy**. The individual diagrams
can observed when clicking on the dropdowns.

<details>
<summary>1. Entity Relationship (ER) Diagram</summary>
Expand All @@ -116,12 +118,12 @@ The following section aims to provide an overview of the **system's architecture

## Continuous Integration

The development team made use of the **continuos integration (CI)** testing
The development team made use of the **continuous integration (CI)** testing
practice to improve the development process model (which was **Scrum**) that was
used in the development of the system. This allowed the team to continuously
build and test the code in order to prevent pushing defective code into the
**main** branch.
The team made use of **Postman** as means of integration testing of the backend
The team made use of **Postman** as means of integration testing of the back-end
and the database of the system. Moreover, the team made use of static analysis
(**ESLint**) to make sure good quality and readable code with no syntax bug is
pushed into the **main** branch.
Expand All @@ -134,7 +136,6 @@ file contains the instructions that are used by GitLab to run
> migrated to GitHub. However, the CI/CD pipeline was not migrated yet, hence
> the pipeline is not functional on GitHub.

## Development team

The project has been developed over the course of **10 weeks** by the following:
Expand Down

0 comments on commit e4c8b5d

Please sign in to comment.