Skip to content

Commit fc6b584

Browse files
authored
Merge pull request #123647 from changeworld/patch-1
Fix typo
2 parents 827c89f + dfc5fe0 commit fc6b584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/index-build-consume-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ from azure.ai.ml.entities import LocalSource
268268

269269
input_source=LocalSource(input_data="<path-to-your-local-files>")
270270

271-
# Github repository
271+
# GitHub repository
272272
from azure.ai.ml.entities import GitSource
273273

274274
input_source=GitSource(

0 commit comments

Comments
 (0)