Fix thousands of spelling typos (#10272)

This commit is contained in:
Nathan Baulch
2021-08-29 00:58:24 +10:00
committed by GitHub
parent 2d239271e5
commit 5d68bd6a03
1132 changed files with 2060 additions and 2060 deletions

View File

@@ -16,7 +16,7 @@ import (
"os"
)
// PetApiService is a service that implents the logic for the PetApiServicer
// PetApiService is a service that implements the logic for the PetApiServicer
// This service should implement the business logic for every endpoint for the PetApi API.
// Include any external packages or services that will be required by this service.
type PetApiService struct {

View File

@@ -15,7 +15,7 @@ import (
"errors"
)
// StoreApiService is a service that implents the logic for the StoreApiServicer
// StoreApiService is a service that implements the logic for the StoreApiServicer
// This service should implement the business logic for every endpoint for the StoreApi API.
// Include any external packages or services that will be required by this service.
type StoreApiService struct {

View File

@@ -15,7 +15,7 @@ import (
"errors"
)
// UserApiService is a service that implents the logic for the UserApiServicer
// UserApiService is a service that implements the logic for the UserApiServicer
// This service should implement the business logic for every endpoint for the UserApi API.
// Include any external packages or services that will be required by this service.
type UserApiService struct {