We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98e470 commit 2ccc084Copy full SHA for 2ccc084
docs/extensions.md
@@ -7,7 +7,7 @@ and blobs should be handled. Some examples of extensions that could be built:
7
* Encrypt files on clean, decrypt on smudge/fetch
8
* Scan files on clean to make sure they don't contain sensitive information
9
10
-The basic extensibilty model is that LFS extensions must be registered
+The basic extensibility model is that LFS extensions must be registered
11
explicitly, and they will be invoked on clean and smudge to manipulate the
12
contents of the files as needed. On clean, LFS itself ensures that the pointer
13
file is updated with all the information needed to be able to smudge correctly,
0 commit comments