Skip to content

Commit 990e61f

Browse files
authored
Update upgrade-to-v3.md
1 parent a056806 commit 990e61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade-to-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To upgrade your application do the following.
2020
- Replace any reference to `com.microsoft.graph.models.generated` and `com.microsoft.graph.models.extensions` by `com.microsoft.graph.models`.
2121
- Replace any reference to `com.microsoft.graph.requests.extensions` by `com.microsoft.graph.requests`.
2222

23-
### Cleanup of unecessary interfaces
23+
### Cleanup of unnecessary interfaces
2424

2525
To provide a cleaner API surface and avoid shipping potentially breaking changes when properties are added, some interfaces have been removed. To upgrade your application do the following.
2626

0 commit comments

Comments
 (0)