Skip to content

Commit 4753528

Browse files
authored
Merge pull request #2685 from microsoft/docs/fix-typo-to-v2
Fix Typo in IOpenApiReadOnlyExtensible.cs
2 parents 56446a6 + e38e511 commit 4753528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Interfaces/IOpenApiReadOnlyExtensible.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Microsoft.OpenApi;
44

55
/// <summary>
6-
/// Represents an Extensible Open API element elements can be rad from.
6+
/// Represents an Extensible Open API element elements can be read from.
77
/// </summary>
88
public interface IOpenApiReadOnlyExtensible
99
{

0 commit comments

Comments
 (0)