From 3e0272bc44f4d9f6f59bfcab3563034638b0e5d7 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 15 Feb 2024 08:50:46 -0500 Subject: [PATCH] Forgot period. --- src/shared/components/app-definitions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/app-definitions.ts b/src/shared/components/app-definitions.ts index 0b97725..8bd13ba 100644 --- a/src/shared/components/app-definitions.ts +++ b/src/shared/components/app-definitions.ts @@ -63,7 +63,7 @@ export const API_LIBRARIES: ApiLibrary[] = [ { name: "Pythörhead", link: "https://github.com/db0/pythorhead", - description: "a Python client", + description: "a Python client.", }, ];