about summary refs log tree commit diff
path: root/doc/contributing
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-12-05 16:26:52 +0100
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-12-07 16:47:31 +0100
commitdb1a83aaa4e5cfdf054146a48304bcfc0ec48ce3 (patch)
tree121531837e1db96dfd0ec8651d66319255d4574b /doc/contributing
parent53b5a47c12e45bcc55a1115429e231e8c325fd1e (diff)
docs: fixup wording and formatting on JavaScript
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing/coding-conventions.chapter.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/coding-conventions.chapter.md b/doc/contributing/coding-conventions.chapter.md
index 134c0ca93cae9..a8cea4493cc28 100644
--- a/doc/contributing/coding-conventions.chapter.md
+++ b/doc/contributing/coding-conventions.chapter.md
@@ -487,12 +487,12 @@ Preferred source hash type is sha256. There are several ways to get it.
    - `lib.fakeHash`
    - `lib.fakeSha256`
    - `lib.fakeSha512`
-   
+
    in the package expression, attempt build and extract correct hash from error messages.
 
    ::: {.warning}
    You must use one of these four fake hashes and not some arbitrarily-chosen hash.
-   
+
    See [](#sec-source-hashes-security).
    :::