Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crickman committed Aug 11, 2023
1 parent 8ef45df commit fc48bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memorypipeline/BuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static WebApplicationBuilder AddMemoryServices(this WebApplicationBuilder
{
var config =
builder.Configuration.GetSection(ConfigRoot).Get<SemanticMemoryConfig>()
?? throw new ConfigurationException($"Missing configuraiton: {ConfigRoot}");
?? throw new ConfigurationException($"Missing configuration: {ConfigRoot}");

builder.Services.AddSingleton<SemanticMemoryConfig>(config);
builder.Services.AddSingleton<IMimeTypeDetection, MimeTypesDetection>();
Expand Down

0 comments on commit fc48bed

Please sign in to comment.