diff --git a/build-system/pr-validation.yaml b/build-system/pr-validation.yaml index 5c603e3db98..b2c5ae8aad4 100644 --- a/build-system/pr-validation.yaml +++ b/build-system/pr-validation.yaml @@ -26,11 +26,11 @@ jobs: submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules - task: NodeTool@0 inputs: - versionSpec: "12.x" + versionSpec: "16.x" - task: Npm@1 inputs: command: "custom" - customCommand: "install -g cspell@5.17.0" + customCommand: "install -g cspell@6.12.0" - task: CmdLine@2 inputs: script: 'cspell --config ./docs/cSpell.json "docs/**/*.md"' @@ -187,4 +187,4 @@ jobs: scriptFileName: build.cmd scriptArgs: CreateNuget nugetprerelease=dev incremental outputDirectory: "bin/nuget" - artifactName: "nuget_pack-$(Build.BuildId)" \ No newline at end of file + artifactName: "nuget_pack-$(Build.BuildId)" diff --git a/docs/cSpell.json b/docs/cSpell.json index 5f2b8e35e90..d755c5c33f4 100644 --- a/docs/cSpell.json +++ b/docs/cSpell.json @@ -16,6 +16,7 @@ "blackhole", "Bootcamp", "buncher", + "concat", "combinator", "combinators", "composability", diff --git a/docs/community/contributing/documentation-guidelines.md b/docs/community/contributing/documentation-guidelines.md index d0ac4256122..1e899d0e29b 100644 --- a/docs/community/contributing/documentation-guidelines.md +++ b/docs/community/contributing/documentation-guidelines.md @@ -235,7 +235,7 @@ build.sh docfx This will generate all of the static HTML / CSS / JS files needed to render the website into the `~/docs/_site` folder in your local repository. -In order for all of the JavaScript components to work correctly in your browser, you'll need to serve the documents via a local webserver rather than the file system. You can launch DocFx's build in server via the following script in the root of this repository: +In order for all of the JavaScript components to work correctly in your browser, you'll need to serve the documents via a local web server rather than the file system. You can launch DocFx's build in server via the following script in the root of this repository: ```console serve-docs.cmd