Skip to content

Commit 2e278bd

Browse files
docs: organisation -> organization (UK to US English) (#135)
1 parent 1297832 commit 2e278bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/check-release-environment

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
errors=()
44

55
if [ -z "${STAINLESS_API_KEY}" ]; then
6-
errors+=("The STAINLESS_API_KEY secret has not been set. Please contact Stainless for an API key & set it in your organisation secrets on GitHub.")
6+
errors+=("The STAINLESS_API_KEY secret has not been set. Please contact Stainless for an API key & set it in your organization secrets on GitHub.")
77
fi
88

99
if [ -z "${PYPI_TOKEN}" ]; then
10-
errors+=("The FINCH_PYPI_TOKEN secret has not been set. Please set it in either this repository's secrets or your organisation secrets.")
10+
errors+=("The FINCH_PYPI_TOKEN secret has not been set. Please set it in either this repository's secrets or your organization secrets.")
1111
fi
1212

1313
len=${#errors[@]}

0 commit comments

Comments
 (0)