From af09ba005633ef3b7bae8bb511d1e526cb3aa61b Mon Sep 17 00:00:00 2001 From: Richard Lemaster Date: Mon, 18 May 2020 06:31:46 -0500 Subject: Update style_guide.md (#5576) --- docs/contributing/style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing') 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. -- cgit v1.2.3