Damian Konopka 7 anni fa
parent
commit
103e74e42f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/builds/guides/frameworks/css.md

+ 1 - 1
docs/builds/guides/frameworks/css.md

@@ -25,7 +25,7 @@ The above can be ensured by adding this CSS:
 }
 }
 ```
 ```
 
 
-And passing the [`focus: false`](https://getbootstrap.com/docs/4.1/components/modal/#options) option to Boostrap's `modal()` function:
+And passing the [`focus: false`](https://getbootstrap.com/docs/4.1/components/modal/#options) option to Bootstrap's `modal()` function:
 
 
 ```js
 ```js
 $( '#modal-container' ).modal( {
 $( '#modal-container' ).modal( {