From c0c1c68ea584c6f0b8333751fe6db83e97929e47 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 28 Jan 2025 09:18:49 -0800 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Moritz --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 728e70d..c112fe5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,4 +68,4 @@ early on. so. ## Updating protobuf definitions -Sometimes we might need to update the generated dart files from the protos included in `lib/src/protos`. To do this, run the script `tool/regenerate.sh` from the project root and it will update the generated dart files in `lib/src/geneerated`. +Sometimes we might need to update the generated dart files from the protos included in `lib/src/protos`. To do this, run the script `tool/regenerate.sh` from the project root and it will update the generated dart files in `lib/src/generated`.