From 8b5f911cdd94077862d8d58a94436e7b66ed1dc0 Mon Sep 17 00:00:00 2001 From: "Lars K.L" Date: Thu, 28 Jul 2022 00:20:49 +0200 Subject: [PATCH] Update lifetime.py typo: instrumentation --- .../{{cookiecutter.project_name}}/web/lifetime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/web/lifetime.py b/fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/web/lifetime.py index 80bb1d2..be87201 100644 --- a/fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/web/lifetime.py +++ b/fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/web/lifetime.py @@ -136,7 +136,7 @@ async def _create_tables() -> None: # pragma: no cover {%- if cookiecutter.otlp_enabled == "True" %} def setup_opentelemetry(app: FastAPI) -> None: # pragma: no cover """ - Enables opentelemetry instrumetnation. + Enables opentelemetry instrumentation. :param app: current application. """