We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42196df commit 1d2278bCopy full SHA for 1d2278b
Gulpfile.js
@@ -413,7 +413,7 @@ const cleanTypesMap = () => del("built/local/typesMap.json");
413
cleanTasks.push(cleanTypesMap);
414
415
// Drop a copy of diagnosticMessages.generated.json into the built/local folder. This allows
416
-// it to be synced to the Azure DevOps repo, so that it can get picked up by the build
+// it to be synced to the Azure DevOps repo, so that it can get picked up by the build
417
// pipeline that generates the localization artifacts that are then fed into the translation process.
418
const builtLocalDiagnosticMessagesGeneratedJson = "built/local/diagnosticMessages.generated.json";
419
const copyBuiltLocalDiagnosticMessages = () => src(diagnosticMessagesGeneratedJson)
0 commit comments