Skip to content

Commit c5b9e12

Browse files
Merge pull request #365 from amirrezapanahi/master
`component-saturn.md`: made the wording better to prevent confusion
2 parents 6463bf8 + ac08465 commit c5b9e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/component-saturn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Many of Saturn's components and concepts will seem familiar to those of us with
1212
Saturn provides the ability to drive your SAFE applications from the server. It enables:
1313

1414
* Routing and hosting of your server-side APIs through a set of simple-to-use abstractions.
15-
* Hosting of your client-side assets, such as HTML, CSS and JavaScript generated by Fable.
15+
* Hosting of your client-side assets, such as HTML, CSS and any JavaScript files generated by Fable.
1616
* Other cross cutting concerns e.g. authentication etc.
1717

1818
It also integrates with SAFE to allow seamless sharing of types and functions, since Fable will convert most F# into JavaScript. In addition, you can seamless transport data between client and server using either the Fable.JSON or Fable.Remoting libraries, both of which have support for Saturn. You can read more about this [here](../features/feature-clientserver.md).

0 commit comments

Comments
 (0)