Commit fb19713
committed
minor #194 Fixed Typo Error on Platform documentation (Horlerdipo)
This PR was merged into the main branch.
Discussion
----------
Fixed Typo Error on Platform documentation
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | yes
| Issues | Fix
| License | MIT
This is not a bug fix or feature, I noticed the error while trying to work with the package. I fixed a typographical error in the documentation. The static method "ofSystem" does not exist on the Symfony\AI\Platform\Message class, it should be "forSystem".
Commits
-------
c59f4ae Fixed Typo Error on Platform documentation1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments