Skip to content

Commit 93cfd50

Browse files
committed
Add missing word
1 parent 90fc583 commit 93cfd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/stack_trace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ displayed by default if the exception is not caught. When using Symfony,
2727
such exceptions go through a custom exception handler, which enhances
2828
them in various ways before displaying them according to the current
2929
Server API (CLI or not).
30-
This means a better way to get a stack trace when you do need the
30+
This means a better way to get a stack trace when you do not need the
3131
program to continue is to throw an exception, as follows:
3232
``throw new \Exception();``
3333

0 commit comments

Comments
 (0)