Skip to content

Commit eac787a

Browse files
Merge pull request #13918 from MicrosoftDocs/ghogen-patch-582217
Fix typo
2 parents b828c2c + 39f2ad7 commit eac787a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/errors/msb3553.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ This error occurs when there's a problem with the name of a resource file.
3030

3131
## Resolution
3232

33-
Verify that the file extension corresponds to the file type (for example, `.resx`). Confirm the file doesn't contain any invalid characters as define by the operating system. Refer to your operating system documentation for characters that are invalid in a filename or path. For Windows, see [Naming a file](/windows/win32/fileio/naming-a-file#naming-conventions).
33+
Verify that the file extension corresponds to the file type (for example, `.resx`). Confirm the file doesn't contain any invalid characters as defined by the operating system. Refer to your operating system documentation for characters that are invalid in a filename or path. For Windows, see [Naming a file](/windows/win32/fileio/naming-a-file#naming-conventions).
3434

3535
This error can also occur when file paths exceed the maximum path length. If you use long paths, check the Windows operating system `LongPathsEnabled` setting. For more information, see [Maximum file path limitation](/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd).
3636

3737
## Applies to
3838

39-
All versions of MSBuild
39+
All versions of MSBuild

0 commit comments

Comments
 (0)