ZarehD/AspNetStatic

Typo in GenerateStaticPages() method

Closed this issue · 4 comments

Describe the bug
There is a typo in the fourth parameter of GenerateStaticPages()

To Reproduce
In file src/AspNetStatic/StaticPageGeneratorHostExtension.cs

The fourth parameter is named as alwaysDefautFile , this is incorrect.

Expected behavior
The fourth parameter should be named as alwaysDefaultFile

Additional context
No

Corrected. Thank you.

Well, in another overload of GenerateStaticPages() , the typo still exists...

image

Oh snap!

Used a spellchecker to look for and fix typos across the solution. Thanks again.