summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
authorRichard Lemaster <git-richard@users.noreply.github.com>2020-05-18 06:31:46 -0500
committerGitHub <noreply@github.com>2020-05-18 07:31:46 -0400
commitaf09ba005633ef3b7bae8bb511d1e526cb3aa61b (patch)
treee96fe49ae4f98fb4bca1e07aee5ebfd5d0a2cd2e /docs/contributing
parent7863d611fcb26b6f2f8a911babb839584668f936 (diff)
Update style_guide.md (#5576)
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/style_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/style_guide.md b/docs/contributing/style_guide.md
index be953136f..ed23f31e1 100644
--- a/docs/contributing/style_guide.md
+++ b/docs/contributing/style_guide.md
@@ -184,7 +184,7 @@ careful not to introduce circular imports.
### If a filename starts with an underscore: `_foo.ts`, do not link to it.
-Sometimes there maybe situations where an internal module is necessary but its
+Sometimes there may be situations where an internal module is necessary but its
API is not meant to be stable or linked to. In this case prefix it with an
underscore. By convention, only files in its own directory should import it.