From 814543ccfd3bba864db68d7a15f529777528400c Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Thu, 4 May 2023 16:26:25 +0200 Subject: [PATCH] fixed typos --- src/app/pages/doc/content/start/basics/basics.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pages/doc/content/start/basics/basics.component.html b/src/app/pages/doc/content/start/basics/basics.component.html index e115c9c..b66704a 100644 --- a/src/app/pages/doc/content/start/basics/basics.component.html +++ b/src/app/pages/doc/content/start/basics/basics.component.html @@ -1,6 +1,6 @@ <p> - For the integration of Drugst.One into an simple html project, the Drugst.One - plugin has to be imported. For this unly two lines of code have to be added in + For the integration of Drugst.One into a simple html project, the Drugst.One + plugin has to be imported. For this, only two lines of code have to be added in the <code>{{"<"}}head{{">"}}</code> section of your html file: <app-code lang="html" [code]="basicCode"></app-code> These urls will always provide you with the latest release version of -- GitLab