e410ce890cf394c8b36972429bdd58db5ca97df3
FAQ/Questions/Adding-Custom-Time-Periods.md
| ... | ... | @@ -55,7 +55,7 @@ GROUP BY DATEPART(year, [dbo].[Invoices].[OrderDate]), DATEPART(month, [dbo].[In |
| 55 | 55 | ORDER BY DATEPART(year, [dbo].[Invoices].[OrderDate]) ASC; |
| 56 | 56 | ``` |
| 57 | 57 | |
| 58 | -##Modifying An Existing Time Period |
|
| 58 | +###Modifying An Existing Time Period |
|
| 59 | 59 | |
| 60 | 60 | You may at any time modify your existing set of custom time periods. You cannot, however, modify built-in time periods this way. |
| 61 | 61 |