Bug Report for https://neetcode.io/problems/sql-aggregation-having
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Current: The HAVING clause is used to filter the results afteran aggregation. It is used to filter the results of a GROUP BY clause.
Found Typo: afteran
missing a space between “after” and “an.”