Merge pull request #25 from 5h4k4r/fixing-typos

Fix typographical errors
This commit is contained in:
Shkar T. Noori 2022-11-07 17:46:59 +03:00 committed by GitHub
commit 810ee0a22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ Example:
|User Story #1| |User Story #1|
|---|-----| |---|-----|
|Who|Citize| |Who|Citizen|
|What|A citizen needs to attach their national ID to the form.| |What|A citizen needs to attach their national ID to the form.|
|Why|Because the auditor needs to check the identity of the citizen that filled the form.| |Why|Because the auditor needs to check the identity of the citizen that filled the form.|
|Priority|Must have| |Priority|Must have|

View File

@ -9,7 +9,7 @@ All software at DIT is packaged using Docker and will be running on Kubernetes.
## Dockerfile ## Dockerfile
The Dockerfile is a standard file that gives out instruction on how to build an image for the source code. Diffberent technology stacks have different base images on the top of which the new image is built. DIT has a local registry for all needed images. The base images used in this Dockerfile must be coming from our local registry. If the on-prem registry does not contain the base images that you need, speak to the Head of DevOps so that they are made available. If it is absolutely necessary to use an image that for some reasons cannot be hosted on our local registry, speak to the Head of DevOps to obtain approval. Otherwise, the change is considered a bug. The Dockerfile is a standard file that gives out instruction on how to build an image for the source code. Different technology stacks have different base images on the top of which the new image is built. DIT has a local registry for all needed images. The base images used in this Dockerfile must be coming from our local registry. If the on-prem registry does not contain the base images that you need, speak to the Head of DevOps so that they are made available. If it is absolutely necessary to use an image that for some reasons cannot be hosted on our local registry, speak to the Head of DevOps to obtain approval. Otherwise, the change is considered a bug.
See also: [Dockerfile reference](https://docs.docker.com/engine/reference/builder/) See also: [Dockerfile reference](https://docs.docker.com/engine/reference/builder/)

View File

@ -6,6 +6,6 @@ Always place a unique index on columns are that supposed to contain unique value
## Versioning ## Versioning
It is always a good practice to version records so that is can also comply with the Optimistic Concurrency Control model. This requirement is not forced but it is highly recommended. It is always a good practice to version records so that they can also comply with the Optimistic Concurrency Control model. This requirement is not forced but it is highly recommended.
The version column must be atomically incremented. The version column must be atomically incremented.