Skip to content

Commit

Permalink
fix(spell): spell issues and file names
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Jun 15, 2024
1 parent 61b3416 commit 838d731
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docs

.github
.editorconfig
scheam.gql
schema.gql
docker-compose*.yml
.cache
*.txt
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# prints all availabe commands
# prints all available commands
default:
just --list

Expand Down
2 changes: 1 addition & 1 deletion src/common/constant/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is autogenerated file , edit if only you are sure

export * from "./metadata.contants";
export * from "./metadata.constants";
export * from "./regex.constants";
export * from "./string.constants";
File renamed without changes.
2 changes: 1 addition & 1 deletion src/common/middlewares/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

export * from "./cache.middleware";
export * from "./ip.middleware";
export * from "./maintainance.middleware";
export * from "./maintenance.middleware";
export * from "./request-id.middleware";

0 comments on commit 838d731

Please sign in to comment.