1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-02-20 03:51:12 +01:00

Fixed unclosed comment

This commit is contained in:
squidfunk 2020-09-27 16:02:43 +02:00
parent 64f6d2b1f5
commit 063071550c

View File

@ -31,7 +31,7 @@ import { SearchIndex, SearchTransformFn } from "integrations"
*/
export type Feature =
| "navigation.tabs" /* Tabs navigation */
| "navigation.instant" /* Instant loading
| "navigation.instant" /* Instant loading */
/* ------------------------------------------------------------------------- */