We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052236d commit a924f87Copy full SHA for a924f87
README.md
@@ -118,7 +118,7 @@ import './index.css';
118
import App from './App';
119
import * as serviceWorker from './serviceWorker';
120
```
121
-inside the `app.js `you will find all what you want to know about how the application resolve the
+inside the `app.js `you will find all what you want to know about how the application resolve
122
the items from APIs by importing the module `react-admin-loopback4-adapted` and instantiate an object from
123
the `lb4Provider` that takes as a @param the url to the backend server `http://localhost:3001`:
124
```ruby
0 commit comments