Skip to content

Commit

Permalink
Fix typo in GettingStarted.Step3_Yaml_Prompt - CreatPrompt... changed…
Browse files Browse the repository at this point in the history
… to CreatePrompt...
  • Loading branch information
Max Szczurek committed Nov 25, 2024
1 parent 27a89ba commit 4e3004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/samples/GettingStarted/Step3_Yaml_Prompt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed class Step3_Yaml_Prompt(ITestOutputHelper output) : BaseTest(outpu
/// Show how to create a prompt <see cref="KernelFunction"/> from a YAML resource.
/// </summary>
[Fact]
public async Task CreatPromptFromYamlAsync()
public async Task CreatePromptFromYamlAsync()
{
// Create a kernel with OpenAI chat completion
Kernel kernel = Kernel.CreateBuilder()
Expand Down

0 comments on commit 4e3004e

Please sign in to comment.