Skip to content

Commit ed4c575

Browse files
authored
Update 15/umbraco-commerce/release-notes/v15.0.0-rc.md
1 parent 8610e2b commit ed4c575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-commerce/release-notes/v15.0.0-rc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class MyNotification : NotificationEventHandlerBase<OrderFinalizedNotific
4141
```
4242

4343
### New behavior
44-
All API's are now asynchronous and thus are suffixed with Async and return a Task<T> result
44+
All APIs are now asynchronous and thus are suffixed with Async and return a Task<T> result.
4545

4646
```csharp
4747
// Fluent API example

0 commit comments

Comments
 (0)