Skip to content

Commit e159ca4

Browse files
committed
Update the Windows explorer tip to be less confusing
Thanks @EskeRahn Close editorconfig/editorconfig#458
1 parent 67a9d6e commit e159ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h3>Where are these files stored?</h3>
6767

6868
<p>EditorConfig files are read top to bottom and the most recent rules found take precedence. Properties from matching EditorConfig sections are applied in the order they were read, so properties in closer files take precedence.</p>
6969

70-
<p><strong>For Windows Users:</strong> To create an <code>.editorconfig</code> file within Windows Explorer, you need to create a file named <code>.editorconfig.</code>, which Windows Explorer will automatically rename to <code>.editorconfig</code>.</p>
70+
<p><strong>For Windows Users:</strong> To create an <code>.editorconfig</code> file within Windows Explorer, you need to create a file named <code>.editorconfig.</code> (note the trailing dot), which Windows Explorer will automatically rename to <code>.editorconfig</code> for you.</p>
7171
</section>
7272

7373
<section id="file-format-details">

0 commit comments

Comments
 (0)