From 14bbeae82b5592f97772cb6b473623311f88bb48 Mon Sep 17 00:00:00 2001 From: Neha Megharaja Gujaran Date: Mon, 27 Apr 2026 10:23:29 +0530 Subject: [PATCH] Fix typo in Git LFS article title Fixed typo: "Storate" changed to "Storage" in Git Articles section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8c9ae..602ee36 100644 --- a/README.md +++ b/README.md @@ -1082,4 +1082,4 @@ $ git config --global color.ui 1 | Title | Link | | ----- | ---- | | GitHub Flow | http://scottchacon.com/2011/08/31/github-flow.html | -| Migrating to Git Large File Storate (Git LFS) | http://vooban.com/en/tips-articles-geek-stuff/migrating-to-git-lfs-for-developing-deep-learning-applications-with-large-files/ | +| Migrating to Git Large File Storage (Git LFS) | http://vooban.com/en/tips-articles-geek-stuff/migrating-to-git-lfs-for-developing-deep-learning-applications-with-large-files/ |