From e00ee88e06d37f4da716214887dcb1050f139291 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 20 Jan 2025 13:43:29 +0100 Subject: [PATCH] fix: fix typo Update DEVELOPMENT.md (#5558) Fix typo Update DEVELOPMENT.md Co-authored-by: Gabriel Luiz Freitas Almeida --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 245a76019..d0c76c7d8 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -13,7 +13,7 @@ You will push changes to a fork of the Langflow repository, and from there creat Fork the [Langflow GitHub repository](https://github.com/langflow-ai/langflow/fork), and follow the instructions to create a new fork. -On your new fork, click the "<> Code" button to get a URL to [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) using your preferred method, and clone the repostory; for example using `https`: +On your new fork, click the "<> Code" button to get a URL to [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) using your preferred method, and clone the repository; for example using `https`: ```bash git clone https://github.com//langflow.git