Skip to content

Commit

Permalink
Fix typo in documentation (aws#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyd203 authored and haotianw465 committed Apr 30, 2018
1 parent cbba1b1 commit 9c583b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/frameworks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ a segment.
To get the current segment and add annotations or metadata as needed,
use the following statement in your application code when processing request::

segment = xray_recorder.current_segement()
segment = xray_recorder.current_segment()

For more configurations in your Django ``settings.py`` file,
add the following line::
Expand Down

0 comments on commit 9c583b5

Please sign in to comment.