✏️(project) fix minor typos

Found typos and fixed them.
This commit is contained in:
Lebaud Antoine
2024-02-24 12:26:57 +01:00
committed by Samuel Paccoud
parent b1892ded17
commit 36d6735798
2 changed files with 3 additions and 3 deletions

View File

@@ -262,11 +262,11 @@ mails-install: ## install the mail generator
# -- TS client generator
tsclient-install: ## Install the Typescipt API client generator
tsclient-install: ## Install the Typescript API client generator
@$(TSCLIENT_YARN) install
.PHONY: tsclient-install
tsclient: tsclient-install ## Generate a Typescipt API client
tsclient: tsclient-install ## Generate a Typescript API client
@$(TSCLIENT_YARN) generate:api:client:local ../frontend/tsclient
.PHONY: tsclient-install

View File

@@ -44,7 +44,7 @@ def get_release():
class Base(Configuration):
"""
This is the base configuration every configuration (aka environnement) should inherit from. It
This is the base configuration every configuration (aka environment) should inherit from. It
is recommended to configure third-party applications by creating a configuration mixins in
./configurations and compose the Base configuration with those mixins.