From 99a5e1b95d4ded60284a8c4b1f5d0839698aa15c Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 19 Jun 2025 15:34:50 -0700 Subject: [PATCH] Remove extra backtick in dev env setup guide Signed-off-by: Christophe Bedard --- DEVELOPMENT_ENV_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT_ENV_SETUP.md b/DEVELOPMENT_ENV_SETUP.md index 4fe47a153a..0ae02faf47 100644 --- a/DEVELOPMENT_ENV_SETUP.md +++ b/DEVELOPMENT_ENV_SETUP.md @@ -126,7 +126,7 @@ Since `Trace Compass` is out of incubation with its 1.0 release, all API changes To set up the API baseline, follow these steps: -* Select ``Window -> Preferences`. In the window that opens, select `Plug-in Development -> API Baselines` on the left pane. +* Select `Window -> Preferences`. In the window that opens, select `Plug-in Development -> API Baselines` on the left pane. * Click on `Add Baseline...` * Choose `A target platform` and click `Next`. * In the next page check the box next to the target which contains "baseline" in its name, like `tracecompass-baseline-9.2`. Use the version of `Trace Compass` that you're are developing against, which is usually the latest release.