Skip to content

Commit

Permalink
Fixing typo (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
thanosd authored Oct 17, 2021
1 parent 1e00186 commit a1feaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/django/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Auto Instrumentation
--------------------

This same example can be run using auto instrumentation. Comment out the call
to ``DjangoInstrumento().instrument()`` in ``main``, then Run the django app
to ``DjangoInstrumentor().instrument()`` in ``main``, then Run the django app
with ``opentelemetry-instrument python manage.py runserver --noreload``.
Repeat the steps with the client, the result should be the same.

Expand Down

0 comments on commit a1feaf4

Please sign in to comment.