diff --git a/Oqtane.Shared/Documentation/readme.md b/Oqtane.Shared/Documentation/readme.md index cd55726a..ba715490 100644 --- a/Oqtane.Shared/Documentation/readme.md +++ b/Oqtane.Shared/Documentation/readme.md @@ -2,6 +2,6 @@ This folder contains special attributes for the API Code Generator. -The idea is that only items marked with special attributes are valide public APIs, and only these will be documented in the public docs +The idea is that only items marked with special attributes are valid public APIs, and only these will be documented in the public docs -As of 2020, all APIs are documented, and only these marked as `[PrivateApi]` will be excluded. In future, we may reverse this to only document things marked as `[PublicApi]`. \ No newline at end of file +As of 2020, all APIs are documented, and only these marked as `[PrivateApi]` will be excluded. In future, we may reverse this to only document things marked as `[PublicApi]`.