From 4cf32b085cdfb13a21f8d07245c0cf445bce2b51 Mon Sep 17 00:00:00 2001 From: Akira Baruah Date: Fri, 3 Nov 2017 19:40:20 +0100 Subject: Fix spelling errors in site docs I used [GNU Aspell](http://aspell.net/) to quickly look through markdown files in `site/docs/` for typos. Still involved a bit of manual checking, but ultimately found a handful of spelling errors. Closes #3944. PiperOrigin-RevId: 174490875 --- site/docs/skylark/backward-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs/skylark/backward-compatibility.md') diff --git a/site/docs/skylark/backward-compatibility.md b/site/docs/skylark/backward-compatibility.md index 032588b437..f565a003ac 100644 --- a/site/docs/skylark/backward-compatibility.md +++ b/site/docs/skylark/backward-compatibility.md @@ -21,7 +21,7 @@ Backward incompatible changes are introduced gradually: To check if your code will be compatible with future releases you can: * Build your code with the flag `--all_incompatible_changes`. This flag - enables all backward incomaptible changes, and so you can ensure your code + enables all backward incompatible changes, and so you can ensure your code is compatible with upcoming changes. * Use boolean flags to enable/disable specific backward incompatible changes. -- cgit v1.2.3