summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_i18n/en/_posts/2024-04-30-configuring-dape.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_i18n/en/_posts/2024-04-30-configuring-dape.md b/_i18n/en/_posts/2024-04-30-configuring-dape.md
index 638a4f0..248c5b2 100644
--- a/_i18n/en/_posts/2024-04-30-configuring-dape.md
+++ b/_i18n/en/_posts/2024-04-30-configuring-dape.md
@@ -16,7 +16,7 @@ The developers of the aforementioned lsp-mode also mantain dap-mode, a DAP (LSPs
as you can already guess, it needs lsp-mode, much to the chagrin of eglot users.
But now we have a competitor to dap-mode in the same way that eglot is a competitor to lsp-mode. [Dape](https://github.com/svaante/dape)
-(which isn't that new to be honest, with its firs commit dating back to september 29th, 2023).
+(which isn't that new to be honest, with its first commit dating back to september 29th, 2023).
Unlike dap-mode, it strives to be a minimalist dap client, and it doesn't make use of a launch.json file, relying instead on configurations
written totally in elisp.