Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
chore(docs): fix some typos (#57)
Browse files Browse the repository at this point in the history
Not much, just small things that got caught in my eyes.

---------

Co-authored-by: Josh Manders <josh@joshmanders.com>
yasinkavakliat and joshmanders authored Mar 11, 2024
1 parent fb1f61f commit f91d2ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ hero:
name: Kubit
text: Web framework for Node.js
tagline:
TypeScript-first web framework with everything you need to build an application with an ecosystem of official
TypeScript-first web framework with everything you need to build a full-stack application with an ecosystem of official
packages and more.
actions:
- theme: brand
@@ -29,25 +29,25 @@ features:
controller classes.
- icon: πŸ“€
title: File Uploads
details: Along with the standard bodyparser, the support for managing file uploads is baked into the framework core.
details: Along with the standard bodyparser, the support for managing file uploads is baked into the framework's core.
- icon: πŸ”
title: Validator
details: The schema based validator in Kubit provides you both the runtime validations and static type safety.
- icon: πŸ› οΈ
title: Template Engine
details: Create traditional style server rendered web apps using home grown template engine of Kubit.
details: Create traditional style server rendered web apps using the home grown template engine of Kubit.
- icon: πŸ—ƒοΈ
title: Object-Relational Mapping (ORM)
details: A SQL ORM built on top of Active Record pattern.
details: An SQL ORM built on top of Active Record pattern.
- icon: πŸ”’
title: Authentication
details: Build login flows using API tokens or sessions.
- icon: πŸ”‘
title: Authorization
details: Build your own ACL using acess actions and policies.
details: Build your own ACL using access actions and policies.
- icon: πŸ—„οΈ
title: Dive
details: Store user uploaded files in S3, GCS or within the local file system.
title: Filesystem
details: Store user uploaded files in Amazon S3, Google Cloud Service or within the local file system.
---

<style>

0 comments on commit f91d2ad

Please sign in to comment.