We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8610e2b commit ed4c575Copy full SHA for ed4c575
15/umbraco-commerce/release-notes/v15.0.0-rc.md
@@ -41,7 +41,7 @@ public class MyNotification : NotificationEventHandlerBase<OrderFinalizedNotific
41
```
42
43
### New behavior
44
-All API's are now asynchronous and thus are suffixed with Async and return a Task<T> result
+All APIs are now asynchronous and thus are suffixed with Async and return a Task<T> result.
45
46
```csharp
47
// Fluent API example
0 commit comments