[skip ci] docs: update readmes (#10103)

Using our READMEs auto generation, two packages were updated.
This commit is contained in:
Sven Sauleau 2019-06-17 09:57:28 +01:00 committed by Nicolò Ribaudo
parent fdbbb743b6
commit dcdf7c8fdd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# @babel/plugin-proposal-partial-application
> Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression.
> Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression
See our website [@babel/plugin-proposal-partial-application](https://babeljs.io/docs/en/next/babel-plugin-proposal-partial-application.html) for more information.

View File

@ -1,6 +1,6 @@
# @babel/plugin-syntax-partial-application
> Allow parsing of optional properties
> Allow parsing of partial application syntax
See our website [@babel/plugin-syntax-partial-application](https://babeljs.io/docs/en/next/babel-plugin-syntax-partial-application.html) for more information.