Browse Source

Remove superfluous keyword (#1666)

Björn Fromme 4 năm trước cách đây
mục cha
commit
58145b394d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/docs/src/en/globals/alpine-data.md

+ 1 - 1
packages/docs/src/en/globals/alpine-data.md

@@ -48,7 +48,7 @@ Alpine.start()
 This assumes you have a file called `dropdown.js` with the following contents:
 
 ```js
-export default function () => ({
+export default () => ({
     open: false,
 
     toggle() {