Skip to content

Commit b9cf6e5

Browse files
authored
Update README.md
Fixed typo
1 parent d436287 commit b9cf6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
DAX Formatter is a service available at https://www.daxformatter.com.
55
The service receives DAX expressions and format them according to rules for [DAX code formatting](https://www.sqlbi.com/articles/rules-for-dax-code-formatting/).
6-
The NuGet package contains a client library to invoke the serivce from your .NET application.
6+
The NuGet package contains a client library to invoke the service from your .NET application.
77
All the requests are designed to be asynchronous.
88
You should minimize the requests made to the service: to format multiple expressions, use a single API call providing the `DaxFormatterMultipleRequest` structure.
99

0 commit comments

Comments
 (0)