Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed Dec 10, 2023
1 parent 0f50ad5 commit 28a32ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

#github: [Akurganow]
#patreon: akurganow
# pen_collective: # Replace with a single Open Collective username
# ko_fi: # Replace with a single Ko-fi username
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
# liberapay: # Replace with a single Liberapay username
# issuehunt: # Replace with a single IssueHunt username
# otechie: # Replace with a single Otechie username
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 1 addition & 1 deletion __tests__/detect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('detect', () => {
describe('string',() => tests('string'))
describe('number',() => tests('number'))
describe('function',() => tests('function'))
describe('generatorFunction',() => tests('generatorfunction'))
describe('generatorFunction',() => tests('generatorFunction'))
describe('asyncFunction',() => tests('asyncFunction'))
describe('object',() => tests('object'))
describe('boolean',() => tests('boolean'))
Expand Down

0 comments on commit 28a32ce

Please sign in to comment.