From 0c9c82ab2fafa984b2e324ae27fc64a0897a88a3 Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Sun, 26 Jun 2022 03:30:10 +0300 Subject: [PATCH] docs: fix typos (#3204) --- www/docs/customization/nfpm.md | 4 ++-- www/docs/customization/release.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/docs/customization/nfpm.md b/www/docs/customization/nfpm.md index e8aec3ce4..dc1b0d437 100644 --- a/www/docs/customization/nfpm.md +++ b/www/docs/customization/nfpm.md @@ -166,7 +166,7 @@ nfpms: - dst: /var/log/boo.log type: ghost - # You can user the packager field to add files that are unique to a specific packager + # You can use the packager field to add files that are unique to a specific packager - src: path/to/rpm/file.conf dst: /etc/file.conf type: "config|noreplace" @@ -301,7 +301,7 @@ nfpms: # Custom deb triggers triggers: - # register interrest on a trigger activated by another package + # register interest on a trigger activated by another package # (also available: interest_await, interest_noawait) interest: - some-trigger-name diff --git a/www/docs/customization/release.md b/www/docs/customization/release.md index bb904a1ac..9b523dad5 100644 --- a/www/docs/customization/release.md +++ b/www/docs/customization/release.md @@ -71,7 +71,7 @@ release: name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}" # You can disable this pipe in order to not create the release on any SCM. - # Keep in mind that this might also break things that depens on the release URL, for instance, homebrew taps. + # Keep in mind that this might also break things that depend on the release URL, for instance, homebrew taps. # # Defaults to false. disable: true @@ -91,7 +91,7 @@ release: ``` !!! tip - [Learn how to setup an API token, GitHub enteprise and etc](/scm/github/). + [Learn how to setup an API token, GitHub Enterprise and etc](/scm/github/). ## GitLab