Skip to content

Commit a35bae5

Browse files
authored
fix: spelling of required in gen-api.md (#10416)
1 parent 9b00d1e commit a35bae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gen-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ GenAPI generates a lot of code that is either private, internal, or causes build
4343
* Extract just the new surface area and related code from the generated code (this is typically a very small fraction of the diff)
4444
* Restore the generated file
4545
* Add back the new surface area to the reference assembly code
46-
* Ensure that nothing in the new surface area is private or internal unless requried by XAML compilation or other reference assemblies
46+
* Ensure that nothing in the new surface area is private or internal unless required by XAML compilation or other reference assemblies
4747
* Restore all other files GenAPI may have generated
4848
* Rebuild without GenAPI enabled and verify there are no ApiCompat errors

0 commit comments

Comments
 (0)