Skip to content

Commit 43402b7

Browse files
Merge pull request #201 from christiansiegel/doc/fix-typo
doc: fix typo
2 parents edcf5e5 + 8915240 commit 43402b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/includes/preview-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ applicationName: app-xy
3333
# messages: # optional section
3434
# previewEnvCreated: "Created preview at revision ${GIT_HASH}. You can access it here: https://${PREVIEW_HOST}/some-fancy-path" # optional (default: "New preview environment created for version `${GIT_HASH}`. Access it here: https://${PREVIEW_HOST}")
3535
# previewEnvUpdated: "Updated preview to revision ${GIT_HASH}. You can access it here: https://${PREVIEW_HOST}/some-fancy-path" # optional (default: "Preview environment updated to version `${GIT_HASH}`. Access it here: https://${PREVIEW_HOST}")
36-
# previewEnvAlreadyUpToDate: "Your preview is already up-to-date with revision ${GIT-HASH}." # optional (default: "The version `${GIT_HASH}` has already been deployed. Access it here: https://${PREVIEW_HOST}")
36+
# previewEnvAlreadyUpToDate: "Your preview is already up-to-date with revision ${GIT_HASH}." # optional (default: "The version `${GIT_HASH}` has already been deployed. Access it here: https://${PREVIEW_HOST}")
3737
previewConfig:
3838
host: ${PREVIEW_NAMESPACE}.example.tld
3939
# template: # optional section

0 commit comments

Comments
 (0)