docs: remove repeated words

This commit is contained in:
racerole
2024-03-14 01:12:39 +08:00
committed by GitHub
parent c7bfadd10a
commit 00fb847662
3 changed files with 3 additions and 3 deletions

View File

@ -581,7 +581,7 @@ type DrivesResponse struct {
Drives []DriveResource `json:"value"`
}
// SiteResource is part of the response from from "/sites/root:"
// SiteResource is part of the response from "/sites/root:"
type SiteResource struct {
SiteID string `json:"id"`
SiteName string `json:"displayName"`