Skip to content

Commit bdf3171

Browse files
committed
fix spell
1 parent 60d321f commit bdf3171

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DOC/PHP/Readme-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ collector-agent| [installed ?](../collector-agent/readme.md)
2323
extension=pinpoint_php.so
2424
; Collector-agent's TCP address, ip,port:Collector-Agent's ip,port, please ensure it consistent with the `PP_ADDRESS` of `Collector-Agent` in step2(Build Collector-Agent).
2525
pinpoint_php.CollectorHost=Tcp:ip:port
26-
pinpoint_php.SendSpanTimeOutMs=0 # 0 is recommanded
27-
; request should be captured duing 1 second. < 0 means no limited
26+
pinpoint_php.SendSpanTimeOutMs=0 # 0 is recommended
27+
; request should be captured during 1 second. < 0 means no limited
2828
pinpoint_php.TraceLimit=-1
2929
; DEBUG the agent, PHP's log_error should turn on too.
3030
;pinpoint_php.DebugReport=true

DOC/PHP/Readme-KR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ collector-agent| [installed ?](../collector-agent/readme.md)
2121
extension=pinpoint_php.so
2222
; Collector-agent's TCP address, ip,port:Collector-Agent's ip,port, please ensure it consistent with the `PP_ADDRESS` of `Collector-Agent` in step2(Build Collector-Agent).
2323
pinpoint_php.CollectorHost=Tcp:ip:port
24-
pinpoint_php.SendSpanTimeOutMs=0 # 0 is recommanded
25-
; request should be captured duing 1 second. < 0 means no limited
24+
pinpoint_php.SendSpanTimeOutMs=0 # 0 is recommended
25+
; request should be captured during 1 second. < 0 means no limited
2626
pinpoint_php.TraceLimit=-1
2727
; DEBUG the agent, PHP's log_error should turn on too.
2828
;pinpoint_php.DebugReport=true

DOC/PHP/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ collector-agent| [installed ?](../collector-agent/readme.md)
4949
extension=pinpoint_php.so
5050
; Collector-agent's TCP address, ip,port:Collector-Agent's ip,port, please ensure it consistent with the `PP_ADDRESS` of `Collector-Agent` in step2(Build Collector-Agent).
5151
pinpoint_php.CollectorHost=Tcp:ip:port
52-
pinpoint_php.SendSpanTimeOutMs=0 # 0 is recommanded
53-
; request should be captured duing 1 second. < 0 means no limited
52+
pinpoint_php.SendSpanTimeOutMs=0 # 0 is recommended
53+
; request should be captured during 1 second. < 0 means no limited
5454
pinpoint_php.TraceLimit=-1
5555
; DEBUG the agent, PHP's log_error should turn on too.
5656
;pinpoint_php.DebugReport=true

0 commit comments

Comments
 (0)