Commit 365be62c authored by pityonline's avatar pityonline Committed by Sander van Harmelen

fix typo (#358)

parent 4c7442d8
......@@ -33,7 +33,7 @@ type PagesDomain struct {
// ListPagesDomainsOptions represents the available ListPagesDomains() options.
//
// GitLab API docs:
// https://docs.gitlab.com/ce/api/pages_domais.html#list-pages-domains
// https://docs.gitlab.com/ce/api/pages_domains.html#list-pages-domains
type ListPagesDomainsOptions ListOptions
// ListPagesDomains gets a list of project pages domains.
......
......@@ -16,7 +16,7 @@ type LintResult struct {
Errors []string `json:"errors"`
}
// Lint validates .gitlab-ci content.
// Lint validates .gitlab-ci.yml content.
//
// GitLab API docs: https://docs.gitlab.com/ce/api/lint.html
func (s *ValidateService) Lint(content string, options ...OptionFunc) (*LintResult, *Response, error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment