Skip to content

Commit c174955

Browse files
authored
Merge pull request alexjustesen#79 from theomiddleton/fix-docs-formatting-issue
Fix formatting issue in "required" in docker installation docs
2 parents 5497288 + e042157 commit c174955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

getting-started/installation/using-docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ If you would like to provide your own SSL keys, they must be named `cert.crt` (f
194194
{% step %}
195195
#### **Environment Variables**
196196

197-
In order for the application to run smoothly, some environment variables need to be set. Check out the [Environment Variables](../environment-variables.md) section. Make sure all r**equired** variables are configured.
197+
In order for the application to run smoothly, some environment variables need to be set. Check out the [Environment Variables](../environment-variables.md) section. Make sure all **required** variables are configured.
198198
{% endstep %}
199199

200200
{% step %}

getting-started/installation/using-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If you would like to provide your own SSL keys, they must be named `cert.crt` (f
115115
{% step %}
116116
#### **Environment Variables**
117117

118-
In order for the application to run smoothly, some environment variables need to be set. Check out the [Environment Variables](../environment-variables.md) section. Make sure all r**equired** variables are configured.
118+
In order for the application to run smoothly, some environment variables need to be set. Check out the [Environment Variables](../environment-variables.md) section. Make sure all **required** variables are configured.
119119
{% endstep %}
120120

121121
{% step %}

0 commit comments

Comments
 (0)