Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 9f861f5

Browse files
authored
Fix another typo.
1 parent 366da7c commit 9f861f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/docs/debugging.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<h2><a href="/docs/debugging#devMode" id="devMode">Dev Mode</a></h2>
3636

37-
<p>When moving to dev mode, your server will produce a much more verbose error messages. Instead of getting a general 500 error, you’ll be able to view the exact error that happened on the server, debug the issue further or <a href="https://github.com/appwrite/appwrite/issues/new?body=500%20Error" target="_blank" rel="noopener">report it to the Appwrite team</a>.</p>
37+
<p>When moving to dev mode, your server will produce much more verbose error messages. Instead of getting a general 500 error, you’ll be able to view the exact error that happened on the server, debug the issue further or <a href="https://github.com/appwrite/appwrite/issues/new?body=500%20Error" target="_blank" rel="noopener">report it to the Appwrite team</a>.</p>
3838

3939
<p>To change your dev environment, edit your server _APP_ENV environment variable from ‘production’ to ‘development’ in your Appwrite docker-compose.yml file located in the `appwrite` directory in the location where you first installed Appwrite.</p>
4040

@@ -54,4 +54,4 @@ environment:
5454

5555
<div class="ide margin-bottom" data-lang="bash" data-lang-label="Bash">
5656
<pre class="line-numbers"><code class="prism language-bash" data-prism>docker-compose up -d</code></pre>
57-
</div>
57+
</div>

0 commit comments

Comments
 (0)