From 1e6e513eacfb52ffca2050c61bdc01cb649cfff0 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Mon, 24 Aug 2026 19:26:28 +0530 Subject: [PATCH] docs: fix typo neccessary -> necessary --- LIBDATADOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LIBDATADOG.md b/LIBDATADOG.md index 29d793e26f9..83101b6b3b5 100644 --- a/LIBDATADOG.md +++ b/LIBDATADOG.md @@ -15,7 +15,7 @@ Once the library is assembled its contents are linked in ddtrace.so which is the library is the extension which the PHP engine will load at runtime in order to provide all tracing functionality. ## Adding new features -Upon adding new modules in the libdatadog repository there is the need to create the neccessary glue code in the php +Upon adding new modules in the libdatadog repository there is the need to create the necessary glue code in the php side to use those new modules. For that purpose you'll need to follow the next steps: * Modify the [project file in components-rs](https://github.com/DataDog/dd-trace-php/blob/master/components-rs/Cargo.toml) to add the new dependency.