Skip to content

Commit 14314f9

Browse files
cmtmfacebook-github-bot
authored andcommitted
Escape asterisks in README.md (#4635)
Summary: The unescaped asterisks were being interpreted as **bold** syntax when rendered by markdown. They are glob operators and should be displayed as asterisks. Pull Request resolved: #4635 Reviewed By: monicatang Differential Revision: D54431954 Pulled By: captbaritone fbshipit-source-id: 9e71a135b94ca994cd7b709509eda09eec91be5e
1 parent 9963547 commit 14314f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/relay-compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ file sources, and "listen" to the file changes in the "watch" mode. If
6868
enabling this the babel plugin needs `artifactDirectory` to be set as well.
6969
[string]
7070
- `excludes` Directories to ignore under `src`. [array] [default:
71-
["**/node_modules/**", "**/__mocks__/**", "**/__generated__/**"]]
71+
["\*\*/node_modules/\*\*", "\*\*/__mocks__/\*\*", "\*\*/__generated__/\*\*"]]
7272
- `schemaExtensions` List of directories with schema extensions. [array]
7373
- `schemaConfig`
7474
- `nodeInterfaceIdField` Configure the name of the globally unique ID field on

0 commit comments

Comments
 (0)