summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
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.