diff --git a/instrumentation/github.com/aws/aws-lambda-go/swolambda/README.md b/instrumentation/github.com/aws/aws-lambda-go/swolambda/README.md index d2a68da6..3ac46306 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/swolambda/README.md +++ b/instrumentation/github.com/aws/aws-lambda-go/swolambda/README.md @@ -35,7 +35,7 @@ import ( type MyEvent struct {} // This is an example handler, yours may have a different signature and a -// different name. It will work ass long as it adheres to what the Lambda SDK +// different name. It will work as long as it adheres to what the Lambda SDK // expects. (See "Valid handler signatures"[0]) // [0] https://docs.aws.amazon.com/lambda/latest/dg/golang-handler.html func ExampleHandler(ctx context.Context, event *MyEvent) (string, error) { @@ -48,4 +48,4 @@ func main() { ``` Now that you've instrumented your code, you should be able to send requests and -see the resulting metrics and traces in SWO. \ No newline at end of file +see the resulting metrics and traces in SWO.