Skip to content

Commit 58ea2aa

Browse files
bruno-garciatmat
authored andcommitted
fix: Spelling and typos (#290)
1 parent de6893f commit 58ea2aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Set `ContinuousIntegrationBuild` to `true` to indicate that the build executes o
6565

6666
By setting `DeterministicSourcePaths` to true the project opts into mapping all source paths included in the project outputs to deterministic values, i.e. values that do not depend on the exact location of the project sources on disk, or the operating system on which the project is being built.
6767

68-
Only set `DeterministicSourcePaths` to true on a build/CI server, never for for local builds.
69-
In order for the debugger to find source files when debugging a locally built binary the PDB must contain original, unmapped local paths.
68+
Only set `DeterministicSourcePaths` to true on a build/CI server, never for local builds.
69+
In order for the debugger to find source files when debugging a locally built binary, the PDB must contain original, unmapped local paths.
7070

71-
Starting with .NET Core SDK 2.1.300 a fully deterministic build is [turned on](https://github.com/dotnet/roslyn/blob/dev15.7.x/src/Compilers/Core/MSBuildTask/Microsoft.Managed.Core.targets#L45-L55) when both `Deterministic` and `ContinuousIntegrationBuild` properties are set to `true`.
71+
Starting with .NET Core SDK 2.1.300, a fully deterministic build is [turned on](https://github.com/dotnet/roslyn/blob/dev15.7.x/src/Compilers/Core/MSBuildTask/Microsoft.Managed.Core.targets#L45-L55) when both `Deterministic` and `ContinuousIntegrationBuild` properties are set to `true`.
7272

7373
## Example
7474

@@ -105,7 +105,7 @@ Each package defines an msbuild item group named `SourceLink{provider}Host`, whe
105105

106106
### Custom Content URLs
107107

108-
*Content URL* is the URL where the raw source files can be downloaded from. Items of `SourceLink*Host` item group allow to specify the content URL if necessary. The content URL doesn't need to be specified in most cases as it is infered from the domain.
108+
*Content URL* is the URL where the raw source files can be downloaded from. Items of `SourceLink*Host` item group allow to specify the content URL if necessary. The content URL doesn't need to be specified in most cases as it is inferred from the domain.
109109

110110
The default content URLs for each package is listed below:
111111

@@ -244,4 +244,4 @@ The following additional files and directories must be present for each submodul
244244

245245
- `submodule-path/.git`
246246

247-
text file pointing to the submodule metadata, with the following contents: `gitdir: ../.git/modules/submodule-name`
247+
text file pointing to the submodule metadata, with the following contents: `gitdir: ../.git/modules/submodule-name`

0 commit comments

Comments
 (0)