Skip to content

Commit

Permalink
Fix spelling errors in documentation (#420)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
Danyylka authored Nov 28, 2024
1 parent f7ad36e commit 1f01ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/helpers/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Utils
In the `utils` package, we have all the functions that could not fit in a specific package.
We are storing them the Environment variable seteup, the constant we may need to use accross the program, some very specific utilities, etc.
We are storing them the Environment variable setup, the constant we may need to use across the program, some very specific utilities, etc.
2 changes: 1 addition & 1 deletion internal/models/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Models
The `models` package is kind of the same as the `types` folder in Typescript. It's a registry of all the types we may need accross our program, in a separate package so we could use them and call them no matter where we are.
No logic, or the smallest logic should be implemented in here.
It's moslty a `give me the struct please` package.
It's mostly a `give me the struct please` package.

0 comments on commit 1f01ae9

Please sign in to comment.