Fix spelling

This commit is contained in:
Sidharth Vinod 2024-03-06 14:16:32 +05:30
parent 3340608689
commit 1659ace65d
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ describe('pie', () => {
\t"GitHub" \t : \t 100
\t"GitLab" \t : \t 50
`,
])('should handle regular secions', (context: string) => {
])('should handle regular sections', (context: string) => {
const result = parse(context);
expectNoErrorsOrAlternatives(result);
expect(result.value.$type).toBe(Pie);