Michael Aerni 1 سال پیش
والد
کامیت
67eb5878d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/docs/src/en/globals/alpine-data.md

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

@@ -37,7 +37,7 @@ As you can see we've extracted the properties and methods we would usually defin
 If you've chosen to use a build step for your Alpine code, you should register your components in the following way:
 If you've chosen to use a build step for your Alpine code, you should register your components in the following way:
 
 
 ```js
 ```js
-import Alpine from `alpinejs`
+import Alpine from 'alpinejs'
 import dropdown from './dropdown.js'
 import dropdown from './dropdown.js'
 
 
 Alpine.data('dropdown', dropdown)
 Alpine.data('dropdown', dropdown)