Skip to content

Commit 2ccc084

Browse files
committed
Fix typo
Glancing at docs I thought extensibilty has no error but realized it is.
1 parent e98e470 commit 2ccc084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and blobs should be handled. Some examples of extensions that could be built:
77
* Encrypt files on clean, decrypt on smudge/fetch
88
* Scan files on clean to make sure they don't contain sensitive information
99

10-
The basic extensibilty model is that LFS extensions must be registered
10+
The basic extensibility model is that LFS extensions must be registered
1111
explicitly, and they will be invoked on clean and smudge to manipulate the
1212
contents of the files as needed. On clean, LFS itself ensures that the pointer
1313
file is updated with all the information needed to be able to smudge correctly,

0 commit comments

Comments
 (0)