summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-29 02:09:34 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-29 02:09:34 +0200
commit1cccbf640f3dd9531d23b1230a67227386e9d793 (patch)
treed892b5aed149c4dc236564b1c4d78b9560dccd84 /CONTRIBUTING.md
parent06fc9a2397906c42c564f044381fa16d97f77f71 (diff)
downloadgohugo-theme-ed-1cccbf640f3dd9531d23b1230a67227386e9d793.tar.gz
Fix code style
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 492e275..0b5df56 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -108,7 +108,7 @@ time to complete.
1. Make your change and commit to the new branch from the previous step
1. Write a clear commit message
1. If you've added code that need documentation, update
- `exampleSite/content/documentation/index.md` file.
+ `exampleSite/content/documentation/index.md` file.
1. Make sure your code lints (`npm run lint`)
1. Push to your fork
1. Submit a Pull Request (PR) to the upstream