diff --git a/types/jquery/test/learn-tests.ts b/types/jquery/test/learn-tests.ts index 5a1e69675e..17fc7cd285 100644 --- a/types/jquery/test/learn-tests.ts +++ b/types/jquery/test/learn-tests.ts @@ -1,6 +1,6 @@ -# From https://learn.jquery.com/plugins/basic-plugin-creation/ +// From https://learn.jquery.com/plugins/basic-plugin-creation/ -## Basic Plugin Authoring +// Basic Plugin Authoring interface JQuery { greenify: GreenifyPlugin;