diff --git a/docs/reference/overview.md b/docs/reference/overview.md index 8112560..329e4dc 100644 --- a/docs/reference/overview.md +++ b/docs/reference/overview.md @@ -4,7 +4,7 @@ sidebar_position: 0 # Overview -Sonnet JS is a ligtweight, fast and easy to use JavaScript framework for building modern web applications. It is more or less a way to structure your Vanilla JS code in a way that is more maintainable and scalable. It is not a full-fledged framework like Angular or React, but it provides a solid foundation for building modern web applications. The goal of Sonnet JS is to provide a simple and easy to use framework that allows you to build modern web applications without having to learn a lot of new concepts or technologies. +Sonnet JS is a lightweight, fast and easy to use JavaScript framework for building modern web applications. It is more or less a way to structure your Vanilla JS code in a way that is more maintainable and scalable. It is not a full-fledged framework like Angular or React, but it provides a solid foundation for building modern web applications. The goal of Sonnet JS is to provide a simple and easy to use framework that allows you to build modern web applications without having to learn a lot of new concepts or technologies. ## Features @@ -40,4 +40,4 @@ The philosophy behind Sonnet JS is to provide a simple and easy-to-use framework - **Clean and simple Architecture**: Sonnet JS provides a clean and simple architecture that allows you to build modern web applications in a scalable and maintainable way. It makes it easy to go through the codebase and understand how different parts of your application are connected. -- **Modern Concepts**: Sonnet JS is developed by keeping modern web development concepts in mind. It provides features like routing, component-based architecture, and server-side rendering out of the box. \ No newline at end of file +- **Modern Concepts**: Sonnet JS is developed by keeping modern web development concepts in mind. It provides features like routing, component-based architecture, and server-side rendering out of the box.