Skip to content

Commit c23b3a9

Browse files
authored
Fix typo in directoryBrowse attribute
1 parent ff5a248 commit c23b3a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<configuration>
33
<system.webServer>
4-
<directoryBrowse enable="true"/>
4+
<directoryBrowse enabled="true"/>
55
...
66
</system.web>
7-
</configuration>
7+
</configuration>

0 commit comments

Comments
 (0)