summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorJohn Spurlock <47259736+johnspurlock-skymethod@users.noreply.github.com>2024-02-06 17:49:24 -0600
committerGitHub <noreply@github.com>2024-02-06 18:49:24 -0500
commit82401e9fe00858f7189cd2eb6197b2975e02ff62 (patch)
tree9ac95c92228079968a3740c251ac0d916932dd16 /cli/tests
parent33d12c1d5774afc575b371083c1e72e8db03edea (diff)
fix(publish): 'explit' typo (#22296)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/publish/invalid_fast_check.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/publish/invalid_fast_check.out b/cli/tests/testdata/publish/invalid_fast_check.out
index 34b9b0314..d18be45fe 100644
--- a/cli/tests/testdata/publish/invalid_fast_check.out
+++ b/cli/tests/testdata/publish/invalid_fast_check.out
@@ -4,7 +4,7 @@ error[zap-missing-explicit-return-type]: missing explicit return type in the pub
|
2 | export function getRandom() {
| ^^^^^^^^^ this function is missing an explicit return type
- = hint: add an explit return type to the function
+ = hint: add an explicit return type to the function
info: all functions in the public API must have an explicit return type
docs: https://jsr.io/go/zap-missing-explicit-return-type