diff options
author | Nathan Floris Copier <nfcopier1@aggiemail.usu.edu> | 2018-02-05 19:23:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-05 19:23:52 -0700 |
commit | ca82236eb8e6e1ba0423f33ad29b67b1cd31b74b (patch) | |
tree | b8b543aff6713e0212667344a043675a68a01dae /Global | |
parent | 131e9fd3a34e0617c29f1a829944e7bfd4008912 (diff) | |
download | gitignore-ca82236eb8e6e1ba0423f33ad29b67b1cd31b74b.tar.gz gitignore-ca82236eb8e6e1ba0423f33ad29b67b1cd31b74b.zip |
Fixes WebStorm capitalization in comment
On line 1, WebStorm is capitalized the same way as the other IDE names.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/JetBrains.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a30eacf1..2e29437f 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: |