Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jul 29, 2024
1 parent d6ee2ae commit 3959b2c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/app/showcase/doc/contribution/cladoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ import { Component } from '@angular/core';
selector: 'cla-doc',
template: `
<app-docsectiontext>
<p>
PrimeNG is a popular Angular UI library maintained by PrimeTek, a company renowned for its comprehensive set of UI components for various frameworks. PrimeTek is dedicated to providing high-quality, versatile, and accessible UI components
that help developers build better applications faster.
</p>
<p>When a community member is offered the Contributor role, they are expected to sign a Contributor License Agreement (CLA) for legal purposes. This helps protect both the contributor and PrimeTek.</p>
</app-docsectiontext>
`
})
export class ClaDoc {

}
export class ClaDoc {}

0 comments on commit 3959b2c

Please sign in to comment.