Skip to content

Commit 1e21424

Browse files
authored
fix: order name typo (#2479)
1 parent 2aa035f commit 1e21424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eleventy.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = function(eleventyConfig) {
3333
eleventyConfig.addPlugin(CustomElementsManifestPlugin);
3434

3535
/** Collections to organize alphabetically instead of by date */
36-
eleventyConfig.addPlugin(OrderTagsPlugin, { tags: ['component'], order: 'alphabetically' });
36+
eleventyConfig.addPlugin(OrderTagsPlugin, { tags: ['component'], order: 'alphabetical' });
3737

3838
/** Collections to organize by order instead of date */
3939
eleventyConfig.addPlugin(OrderTagsPlugin, { tags: ['develop'] });

0 commit comments

Comments
 (0)