Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akordowski committed Oct 17, 2024
1 parent 05dec2d commit df3ac1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![NuGet](https://img.shields.io/nuget/v/AIToolbox)](https://www.nuget.org/packages/AIToolbox)

AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers to build AI driven applications. It elevates the power of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a configuration driven approach, which allows adding AI capabilities to .NET applications in not time.
AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers to build AI driven applications. It elevates the power of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a configuration driven approach, which allows adding AI capabilities to .NET applications in no time.

**Features:**

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers to build AI driven applications. It elevates the power of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a configuration driven approach, which allows adding AI capabilities to .NET applications in not time.
AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers to build AI driven applications. It elevates the power of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a configuration driven approach, which allows adding AI capabilities to .NET applications in no time.

Features:

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration

AI Toolbox uses a configuration driven approach, which allows adding AI capabilities to .NET applications in not time. The easiest way to set up an application is to use the functionality provided by the `AIToolbox.DependencyInjection` NuGet package.
AI Toolbox uses a configuration driven approach, which allows adding AI capabilities to .NET applications in no time. The easiest way to set up an application is to use the functionality provided by the `AIToolbox.DependencyInjection` NuGet package.

The `AddAIToolbox()` method is the starting point for the configuration of the application.

Expand Down
2 changes: 1 addition & 1 deletion nuget/NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AI Toolbox is a .NET SDK that provides an extensible toolset for .NET developers
to build AI driven applications. It elevates the power of
[Semantic Kernel](https://github.com/microsoft/semantic-kernel) by using a
configuration driven approach, which allows adding AI capabilities to .NET
applications in not time.
applications in no time.

**Features:**

Expand Down

0 comments on commit df3ac1a

Please sign in to comment.