We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2bafd commit 8a066c6Copy full SHA for 8a066c6
lib/utility/Git-GetFileNameByIndex.ps1
@@ -1,6 +1,6 @@
1
##############################################################################
2
#.SYNOPSIS
3
-# Gets the full path of ths single index passed as $args
+# Gets the full path of the single index passed as $args
4
5
function Git-GetFileNameByIndex($index) {
6
return $global:gitStatusNumbers.workingDir[$index].fullPath
0 commit comments