Skip to content

Commit 645651e

Browse files
committed
docs: fix typo in escape sequence in Github integration deployment
1 parent d64f673 commit 645651e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
audience: general
2+
level: silent
3+
---

ui/docs/manual/deploying/github.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ In the Helm templates, you'll need to set
4343

4444
On the app's settings page, generate a private key, and add its PEM to your Taskcluster instance's configs.
4545
This is a multiline string.
46-
If your deployment mechanics does not handle multiline values correctly, the newlines can be replaced by a literal `\``n` escape sequence, thus fitting on a single (long) line.
46+
If your deployment mechanics do not handle multiline values correctly, the newlines can be replaced by a literal `\n` escape sequence, thus fitting on a single (long) line.
4747
Note that the entire PEM key, including the "BEGIN" and "END" lines, must be included, with no additional whitespace or other formatting added or moved.

0 commit comments

Comments
 (0)