From 96d71496d685b5c110efd2875abaa2bf89a56ad2 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 2 Feb 2026 19:16:51 +0300 Subject: [PATCH] fixed typo --- src/app/pages/documentation/documentation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/documentation/documentation.ts b/src/app/pages/documentation/documentation.ts index 78e04a3..a22d8b5 100644 --- a/src/app/pages/documentation/documentation.ts +++ b/src/app/pages/documentation/documentation.ts @@ -9,7 +9,7 @@ import { Component } from '@angular/core';
Documentation
Get Started
-

Sakai is an application template for Angular and is distributed as a CLI project. Current versions is Angular v21 with PrimeNG v21. In case CLI is not installed already, use the command below to set it up.

+

Sakai is an application template for Angular and is distributed as a CLI project. Current versions are Angular v21 with PrimeNG v21. In case CLI is not installed already, use the command below to set it up.

 npm install -g @angular/cli