Browse Source

XML Documentation Fix

Fix Summary for Delete App Pattern
pull/323/head
dsbegnoche 8 years ago
committed by GitHub
parent
commit
fb8bd6517d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Squidex/Areas/Api/Controllers/Apps/AppPatternsController.cs

2
src/Squidex/Areas/Api/Controllers/Apps/AppPatternsController.cs

@ -104,7 +104,7 @@ namespace Squidex.Areas.Api.Controllers.Apps
} }
/// <summary> /// <summary>
/// Revoke an app client. /// Delete an existing app pattern.
/// </summary> /// </summary>
/// <param name="app">The name of the app.</param> /// <param name="app">The name of the app.</param>
/// <param name="id">The id of the pattern to be deleted.</param> /// <param name="id">The id of the pattern to be deleted.</param>

Loading…
Cancel
Save